Package | Description |
---|---|
lumis.portal.deployment |
Provides the API for LumisXP module deployment.
|
lumis.portal.deployment.process |
Modifier and Type | Method and 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) |
Modifier and Type | Class and Description |
---|---|
class |
BusinessContextObject
Business context object.
|
class |
ComponentObject
Component object.
|
class |
EntityObject
Entity object.
|
class |
ModuleObject
Module object.
|
class |
ServiceObject
Service object.
|
Modifier and Type | Method and 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> |
IDeployObject.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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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. |
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.