com.collation.platform.model.topology.process
Interface Repository
- All Superinterfaces:
- LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable
public interface Repository
- extends LogicalElement
A place where documents are stored
- Naming Rules:
- 0="URI"
- Persistable:
- true
- Table Name:
- REPOSITORY
- Display Name:
- URI
Methods inherited from interface com.collation.platform.model.ModelObject |
getAdminState, getAllAttributes, getBidiFlag, getBidiFormat, getCDMSource, getCmdbSource, getContextIp, getCreatedBy, getDescription, getDisplayName, getExtendedAttributes, getGuid, getLabel, getLastModifiedBy, getLastModifiedTime, getObjectType, getSourceToken, hasAdminState, hasBidiFlag, hasBidiFormat, hasCDMSource, hasCmdbSource, hasContextIp, hasDescription, hasDisplayName, hasExtendedAttributes, hasGuid, hasLabel, hasObjectType, hasSourceToken, setAdminState, setBidiFlag, setBidiFormat, setCDMSource, setCmdbSource, setContextIp, setDescription, setExtendedAttributes, setGuid, setLabel, setObjectType, setSourceToken |
IBM_COPYRIGHT
static final java.lang.String IBM_COPYRIGHT
- See Also:
- Constant Field Values
getDocuments
Document[] getDocuments()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.Federates" reverse="false"
setDocuments
void setDocuments(Document[] x)
hasDocuments
boolean hasDocuments()
getURI
java.lang.String getURI()
throws AttributeNotSetException
- The globally-unique resource identifier for this repository
- Throws:
AttributeNotSetException
setURI
void setURI(java.lang.String x)
hasURI
boolean hasURI()