public interface ManageDesignTimeActivity extends Activity
Modifier and Type | Method and Description |
---|---|
java.util.Collection<Category> |
getAllAssetTypes()
Returns the list of all available asset types for filtering the objects managed through this activity.
|
java.util.Collection<Organization> |
getApplicableOrganizations()
Provides the applicable organizations based on the logged in user's permissions and privileges.
|
java.util.Collection<CSOSearchScope> |
getApplicableScopes()
Returns the collection of scopes which are applicable for the logged in user based on their roles/permissions.
|
CSOSearch |
getDefaultSearch()
Provides the default
CSOSearch instance which will load the default search scope when the user lands on the Design Time activity. |
java.util.Collection<Category> |
getEventTypes()
Returns the list of all available event Types for filtering the objects managed through this activity.
|
execute, isApplicable
cancel, doesLoggedInUserHaveSufficientRolesOrPermissions, executeNextStep, executePreviousStep, finishAllSteps, getCurrentState, getGroup, getIconURL, getId, getName, getNonApplicableReason, getSkippedObjectsWithReason, isAllowed, isApplicable, setObjects
CSOSearch getDefaultSearch() throws CLLException
CSOSearch
instance which will load the default search scope when the user lands on the Design Time activity.
The default search will provide the list of all available Life Cycle Models.CSOSearch
instance.CLLException
- If an error occurs while constructing the default search instance.java.util.Collection<CSOSearchScope> getApplicableScopes() throws CLLException
Collection
of CSOSearchScope
which are allowed for the logged in user.CLLException
- If an error occurs while composing the list of allowed scopes.java.util.Collection<Organization> getApplicableOrganizations() throws CLLException
Collection
of all applicable Organization
instances.CLLException
- If an error occurs while constructing the list of applicable organizations.java.util.Collection<Category> getAllAssetTypes() throws CLLException
Collection
of all available CentraSiteRegistryObjectType
asset types.CLLException
- If an error occurs while collecting the available asset types.java.util.Collection<Category> getEventTypes() throws CLLException
Collection
of all available CentraSiteRegistryObjectType
event types.CLLException
- If an error occurs while collecting the available event types.