com.collation.platform.model.topology.process
Interface Operation
- All Superinterfaces:
- Activity, ManagedElement, ModelObject, java.io.Serializable
- All Known Subinterfaces:
- WSOperation
public interface Operation
- extends Activity
An activity that has a well-defined calling structure, such as a method on an object or a specific request of a service
- Persistable:
- true
Methods inherited from interface com.collation.platform.model.topology.process.Activity |
getActivityName, getNamespace, getOwner, getPrerequisites, getResources, hasActivityName, hasNamespace, hasOwner, hasPrerequisites, hasResources, setActivityName, setNamespace, setOwner, setPrerequisites, setResources |
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 |
getSAPs
ServiceAccessPoint[] getSAPs()
throws AttributeNotSetException
- The service access points through which this operation can be invoked
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.InvokedThrough"
reverse="false"
setSAPs
void setSAPs(ServiceAccessPoint[] name)
hasSAPs
boolean hasSAPs()
getDefiningDocs
Document[] getDefiningDocs()
throws AttributeNotSetException
- The documents that contain the definition of this operation
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.DefinedUsing"
reverse="false"
setDefiningDocs
void setDefiningDocs(Document[] docs)
hasDefiningDocs
boolean hasDefiningDocs()