Uses of Interface
de.digitalcollections.model.api.identifiable.entity.agent.Agent
-
Uses of Agent in de.digitalcollections.model.api.identifiable.entity
Methods in de.digitalcollections.model.api.identifiable.entity that return types with arguments of type Agent Modifier and Type Method Description java.util.List<Agent>Article. getCreators()Method parameters in de.digitalcollections.model.api.identifiable.entity with type arguments of type Agent Modifier and Type Method Description voidArticle. setCreators(java.util.List<Agent> creators) -
Uses of Agent in de.digitalcollections.model.api.identifiable.entity.agent
Subinterfaces of Agent in de.digitalcollections.model.api.identifiable.entity.agent Modifier and Type Interface Description interfaceCorporateBodyCorporateBody is used to describe a (business) corporation (e.g. a project partner or organization or creator of a work).interfaceFamilyinterfacePersonHuman being that has certain capacities or attributes constituting personhood. -
Uses of Agent in de.digitalcollections.model.api.identifiable.entity.work
Methods in de.digitalcollections.model.api.identifiable.entity.work that return types with arguments of type Agent Modifier and Type Method Description java.util.List<Agent>Work. getCreators()Method parameters in de.digitalcollections.model.api.identifiable.entity.work with type arguments of type Agent Modifier and Type Method Description voidWork. setCreators(java.util.List<Agent> creators) -
Uses of Agent in de.digitalcollections.model.impl.identifiable.entity
Methods in de.digitalcollections.model.impl.identifiable.entity that return types with arguments of type Agent Modifier and Type Method Description java.util.List<Agent>ArticleImpl. getCreators()Method parameters in de.digitalcollections.model.impl.identifiable.entity with type arguments of type Agent Modifier and Type Method Description voidArticleImpl. setCreators(java.util.List<Agent> creators) -
Uses of Agent in de.digitalcollections.model.impl.identifiable.entity.agent
Classes in de.digitalcollections.model.impl.identifiable.entity.agent that implement Agent Modifier and Type Class Description classAgentImplclassCorporateBodyImplclassFamilyImplclassPersonImpl -
Uses of Agent in de.digitalcollections.model.impl.identifiable.entity.work
Methods in de.digitalcollections.model.impl.identifiable.entity.work that return types with arguments of type Agent Modifier and Type Method Description java.util.List<Agent>WorkImpl. getCreators()Method parameters in de.digitalcollections.model.impl.identifiable.entity.work with type arguments of type Agent Modifier and Type Method Description voidWorkImpl. setCreators(java.util.List<Agent> creators)