public interface RepositoryElement
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
get()
Returns the specific object that this repository element represents.
|
AgentConfiguration |
getAgentConfiguration()
Returns this repository element specifically as an agent configuration.
|
AllowableBusinessInterval |
getBusinessInterval()
Returns this repository element specifically as a business interval.
|
java.util.Date |
getCreationTimestamp()
Returns the date when this repository element was added to the repository.
|
java.lang.String |
getDescription()
Returns the description of this element in the repository.
|
Configuration |
getEngineConfiguration()
Returns this repository element specifically as an engine configuration.
|
FlowChart |
getFlowChart()
Returns this repository element specifically as a flow chart.
|
java.util.Date |
getLastModifiedTimestamp()
Returns the date when this repository element was last modified in the
repository.
|
java.lang.String |
getNamespace()
Returns the fully qualified name of this repository element.
|
java.lang.String |
getOwner()
Returns the username of the user who inserted this element in the
repository.
|
PgpKeyPair |
getPgpKeyPair()
Returns this repository element specifically as a PGP key pair.
|
RepositoryElementType |
getType()
Returns the type for this repository element.
|
boolean |
isAgentConfiguration()
Indicates whether this repository element is an agent configuration.
|
boolean |
isBusinessInterval()
Indicates whether this repository element is a business interval.
|
boolean |
isEngineConfiguration()
Indicates whether this repository element is an engine configuration.
|
boolean |
isFlowChart()
Indicates whether this repository element is a workflow.
|
boolean |
isOnEngine()
Indicates if this workflow is on the engine.
|
boolean |
isPgpKeyPair()
Indicates whether this repository element is a PGP key pair.
|
java.lang.Object get() throws EngineException
EngineException
- If a system error occurs.AgentConfiguration getAgentConfiguration() throws EngineException
EngineException
- If a system error occurs.AllowableBusinessInterval getBusinessInterval() throws EngineException
EngineException
- If a system error occurs.java.util.Date getCreationTimestamp()
java.lang.String getDescription()
Configuration getEngineConfiguration() throws EngineException
EngineException
- If a system error occurs.FlowChart getFlowChart() throws EngineException
EngineException
- If a system error occurs.java.util.Date getLastModifiedTimestamp()
java.lang.String getNamespace()
java.lang.String getOwner()
PgpKeyPair getPgpKeyPair() throws EngineException
EngineException
RepositoryElementType getType()
boolean isAgentConfiguration()
boolean isBusinessInterval()
boolean isEngineConfiguration()
boolean isFlowChart()
boolean isPgpKeyPair()
boolean isOnEngine()
© 2000-2025 Flux Corporation. All rights reserved.