Uses of Class
org.cristalise.kernel.collection.DependencyMember
Packages that use DependencyMember
Package
Description
Collections are Item local objects that reference other Items.
-
Uses of DependencyMember in org.cristalise.kernel.collection
Methods in org.cristalise.kernel.collection that return DependencyMemberModifier and TypeMethodDescriptionDependency.addMember(ItemPath itemPath, TransactionKey transactionKey) Add a member to the DependencyDependency.addMember(ItemPath itemPath, CastorHashMap props, String classProps, TransactionKey transactionKey) DependencyDescription.addMember(ItemPath itemPath, TransactionKey transactionKey) DependencyDescription.addMember(ItemPath itemPath, CastorHashMap props, String classProps, TransactionKey transactionKey) Dependency.createMember(ItemPath itemPath, TransactionKey transactionKey) Dependency.createMember(ItemPath itemPath, CastorHashMap props, TransactionKey transactionKey) Methods in org.cristalise.kernel.collection that return types with arguments of type DependencyMemberModifier and TypeMethodDescriptionDependency.compare(Dependency other) Returns all DependencyMember that are members of the other collection but not members of this one.DependencyDescription.newInstance(TransactionKey transactionKey) Methods in org.cristalise.kernel.collection with parameters of type DependencyMemberModifier and TypeMethodDescriptionvoidDependency.addMember(DependencyMember depMember) voidDependencyMember.updatePropertieFromDescription(CastorHashMap propDesc, DependencyMember newMember) -
Uses of DependencyMember in org.cristalise.kernel.lifecycle.instance.predefined
Methods in org.cristalise.kernel.lifecycle.instance.predefined that return DependencyMemberModifier and TypeMethodDescriptionprotected DependencyMemberPredefinedStepCollectionBase.getDependencyMember()Deprecated.Methods in org.cristalise.kernel.lifecycle.instance.predefined with parameters of type DependencyMemberModifier and TypeMethodDescriptionprotected voidAddMembersToCollection.evaluateScript(ItemPath item, Dependency dependency, DependencyMember newMember, TransactionKey transactionKey) protected voidPredefinedStepCollectionBase.evaluateScript(ItemPath item, Dependency dependency, DependencyMember newMember, TransactionKey transactionKey) Deprecated.Executes a script if exists.protected voidRemoveMembersFromCollection.evaluateScript(ItemPath item, Dependency dependency, DependencyMember newMember, TransactionKey transactionKey)