Uses of Interface
lumis.portal.deployment.process.IDeployObject
-
Packages that use IDeployObject Package Description lumis.portal.deployment Provides the API for LumisXP module deployment.lumis.portal.deployment.process -
-
Uses of IDeployObject in lumis.portal.deployment
Methods in lumis.portal.deployment with parameters of type IDeployObject Modifier and Type Method Description protected boolean
BusinessContextRegisterHelper. shouldUnregister(SessionConfig sessionConfig, IDeployObject definition, ITransaction transaction)
protected boolean
ServiceRegisterHelper. shouldUnregister(SessionConfig sessionConfig, IDeployObject definition, ITransaction transaction)
protected boolean
ThemeRegisterHelper. shouldUnregister(SessionConfig sessionConfig, IDeployObject definition, ITransaction transaction)
protected boolean
WorkflowRegisterHelper. shouldUnregister(SessionConfig sessionConfig, IDeployObject definition, ITransaction transaction)
-
Uses of IDeployObject in lumis.portal.deployment.process
Classes in lumis.portal.deployment.process that implement IDeployObject Modifier and Type Class Description class
BusinessContextObject
Business context object.class
ComponentObject
Component object.class
EntityObject
Entity object.class
ModuleObject
Module object.class
ServiceObject
Service object.class
WorkflowObject
Workflow object.Methods in lumis.portal.deployment.process that return IDeployObject Modifier and Type Method Description IDeployObject
IDeployObject. find(String id, IDeployObject.ObjectType objectType, EnumSet<IDeployObject.ObjectType> allowedInnerObjects)
Finds the object with the given identifier of the given type in subtree.IDeployObject
IDeployObject. setChecksum(String checksum)
Sets the checksum of this object.<T extends lumis.portal.deployment.process.IChecksumListener>
IDeployObjectIDeployObject. setChecksumListener(T listener)
Sets the checksum listener of this object.IDeployObject
IDeployObject. setId(String id)
Sets the identifier of this object.IDeployObject
IDeployObject. setStoreChecksum(boolean isStoreChecksum)
Sets whether the checksum of this object should be stored.Methods in lumis.portal.deployment.process that return types with arguments of type IDeployObject Modifier and Type Method Description Collection<IDeployObject>
IDeployObject. find(IDeployObject.ObjectType type, EnumSet<IDeployObject.ObjectType> allowedInnerObjects)
Find all objects of the given type in subtree, but discards subtrees when their root type is not contained in the given set.Map<String,IDeployObject>
ModuleObject. getFiles()
Returns a map with all files present in this module.Collection<IDeployObject>
IDeployObject. getInnerObjects()
Returns a collection with the inner objects.Methods in lumis.portal.deployment.process with parameters of type IDeployObject Modifier and Type Method Description static void
ModuleProcessor. postProcess(IDeployObject preProcessed)
Post process the given pre-processed module metadata object.static void
ModuleProcessUtil. replaceClassObjects(IDeployObject currObject)
Replaces the given objects'IDeployObject.ObjectType.CLASS
objects with the appropriate ones.
-