|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RepositoryElement
Represents a template workflow, an engine configuration, an agent configuration, a PGP key, or a business interval in the repository.
| Method Summary | |
|---|---|
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 |
isPgpKeyPair()
Indicates whether this repository element is a PGP key pair. |
| Method Detail |
|---|
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
EngineExceptionRepositoryElementType getType()
boolean isAgentConfiguration()
boolean isBusinessInterval()
boolean isEngineConfiguration()
boolean isFlowChart()
boolean isPgpKeyPair()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||