Package com.redwood.scheduler.api.model
Interface TableDefinition
- 
- All Superinterfaces:
- ApplicationObject,- BusinessKeyObject,- NamedRootObject,- NamedRootObjectComp,- PartitionableObject,- PartitionableObjectComp,- Readable,- Root,- SchedulerEntity,- SchedulerEntityComp,- TableDefinitionComp,- UniqueNamedApplicationObject
 
 public interface TableDefinition extends TableDefinitionComp, UniqueNamedApplicationObject, Readable A table definition for a user or system defined table.
- 
- 
Field SummaryFields Modifier and Type Field Description static StringOBJECT_TYPEString that will be returned fromSchedulerEntity.getObjectType()for "TableDefinition" objects.static StringSEC_PRIV_CREATEThis privilege can be granted at a group level.static StringSEC_PRIV_DELETEThis privilege can be granted at a group level.static StringSEC_PRIV_EDITThis privilege can be granted at a group level.static StringSEC_PRIV_VIEWThis privilege can be granted at a group level.static StringSEC_RANK_ALLThis rank is made of the following privileges: create , view , edit , deletestatic StringSEC_RANK_CREATEThis rank is made of the following privileges: createstatic StringSEC_RANK_DELETEThis rank is made of the following privileges: create , view , deletestatic StringSEC_RANK_EDITThis rank is made of the following privileges: create , view , editstatic StringSEC_RANK_NONEThis rank has no privileges assigned to it.static StringSEC_RANK_VIEWThis rank is made of the following privileges: viewstatic QueryObjectType<TableDefinition>TYPEType that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...).static StringVARIABLES_DEFINITIONThe name of the standard variables table definition- 
Fields inherited from interface com.redwood.scheduler.api.model.SchedulerEntityACTION_AUDIT, ACTION_EXPORT, ACTION_READ, BEHAVIOR_DEPRECATED, BEHAVIOR_NONE, BEHAVIOR_SYSTEM
 
- 
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description RequiredPermissioncheckCreatePrivilege()Check whether or not the create action can be performed on this object.RequiredPermissioncheckDeletePrivilege()Check whether or not the delete action can be performed on this object.RequiredPermissioncheckEditPrivilege()Check whether or not the edit action can be performed on this object.RequiredPermissioncheckViewPrivilege()Check whether or not the view action can be performed on this object.TableDefinitionColumncreateTableDefinitionColumn()Create a newTableDefinitionColumnlinked to this object.TableDefinitionConstraintcreateTableDefinitionConstraint(ConstraintDefinition newConstraintDefinition)Create a newTableDefinitionConstraintlinked to this object.TableDefinitionColumngetTableDefinitionColumnByColumnName(String columnName)Get the TableDefinitionColumn by TableDefinitionColumnName.RWIterable<TableDefinitionColumn>getTableDefinitionColumns()Get anRWIterableover a collection ofTableDefinitionColumns, the collection will be ordered by DisplayOrder.TableDefinitionConstraintgetTableDefinitionConstraintByName(String name)Get the TableDefinitionConstraint by TableDefinitionTableDefinitionConstraintName.RWIterable<TableDefinitionConstraint>getTableDefinitionConstraints()Get anRWIterableover an ordered collection ofTableDefinitionConstraints.RWIterable<Table>getTables()Get anRWIterableover an ordered collection ofTables.- 
Methods inherited from interface com.redwood.scheduler.api.model.ApplicationObjectgetParentApplication, setParentApplication
 - 
Methods inherited from interface com.redwood.scheduler.api.model.BusinessKeyObjectgetBusinessKey
 - 
Methods inherited from interface com.redwood.scheduler.api.model.NamedRootObjectcreateObjectReference, getComment, getDescription, getLinkedObjectReferenceByLinkedObject, getLinkedObjectReferenceByName, getLinkedObjectReferences, getName, getSearchName, getSourceObjectReferences, isHidden, setComment, setDescription, setName
 - 
Methods inherited from interface com.redwood.scheduler.api.model.PartitionableObjectcreateObjectTag, getEditablePartitions, getObjectTagByObjectTagDefinition, getObjectTags, getPartition, setPartition
 - 
Methods inherited from interface com.redwood.scheduler.api.model.RootgetCreationTime, getLastModificationTime, getLastModifierSubject
 - 
Methods inherited from interface com.redwood.scheduler.api.model.SchedulerEntitycanPerform, createSubjectObjectPrivilegeGrant, deleteObject, getAuditTrail, getAuditTrailSize, getBehavior, getEffectiveBehavior, getErrorNameEN, getErrorNameKey, getLLPVersion, getLOV, getLOVSupport, getObjectType, getParentSchedulerEntities, getRuntime, getSubjectObjectPrivilegeGrantBySubject, getSubjectObjectPrivilegeGrants, getUniqueId, getUrl, getUrl, isCreated, isDeletable, isDeleted, isModifiable, isModified, isSelectVersioned, processRelatedObjects, processRelatedObjects, processRelatedObjects, refreshObject, resetObject, resetObject, resetValuesToDefault, selectForRead
 
- 
 
- 
- 
- 
Field Detail- 
OBJECT_TYPEstatic final String OBJECT_TYPE String that will be returned fromSchedulerEntity.getObjectType()for "TableDefinition" objects.- See Also:
- Constant Field Values
 
 - 
TYPEstatic final QueryObjectType<TableDefinition> TYPE Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...).
 - 
VARIABLES_DEFINITIONstatic final String VARIABLES_DEFINITION The name of the standard variables table definition- See Also:
- Constant Field Values
 
 - 
SEC_PRIV_CREATEstatic final String SEC_PRIV_CREATE This privilege can be granted at a group level.- See Also:
- Constant Field Values
 
 - 
SEC_PRIV_VIEWstatic final String SEC_PRIV_VIEW This privilege can be granted at a group level. This privilege can be granted at an instance level.- See Also:
- Constant Field Values
 
 - 
SEC_PRIV_EDITstatic final String SEC_PRIV_EDIT This privilege can be granted at a group level. This privilege can be granted at an instance level.- See Also:
- Constant Field Values
 
 - 
SEC_PRIV_DELETEstatic final String SEC_PRIV_DELETE This privilege can be granted at a group level. This privilege can be granted at an instance level.- See Also:
- Constant Field Values
 
 - 
SEC_RANK_NONEstatic final String SEC_RANK_NONE This rank has no privileges assigned to it.- See Also:
- Constant Field Values
 
 - 
SEC_RANK_CREATEstatic final String SEC_RANK_CREATE This rank is made of the following privileges: create- See Also:
- Constant Field Values
 
 - 
SEC_RANK_VIEWstatic final String SEC_RANK_VIEW This rank is made of the following privileges: view- See Also:
- Constant Field Values
 
 - 
SEC_RANK_EDITstatic final String SEC_RANK_EDIT This rank is made of the following privileges: create , view , edit- See Also:
- Constant Field Values
 
 - 
SEC_RANK_DELETEstatic final String SEC_RANK_DELETE This rank is made of the following privileges: create , view , delete- See Also:
- Constant Field Values
 
 - 
SEC_RANK_ALLstatic final String SEC_RANK_ALL This rank is made of the following privileges: create , view , edit , delete- See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getTablesRWIterable<Table> getTables() Get anRWIterableover an ordered collection ofTables. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull. What type of object raised this alert?- Specified by:
- getTablesin interface- TableDefinitionComp
- Returns:
- An RWIterableover an ordered collection ofTableobjects .
 
 - 
getTableDefinitionColumnsRWIterable<TableDefinitionColumn> getTableDefinitionColumns() Get anRWIterableover a collection ofTableDefinitionColumns, the collection will be ordered by DisplayOrder. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull. Email alert gateway headers.- Specified by:
- getTableDefinitionColumnsin interface- TableDefinitionComp
- Returns:
- An RWIterableover a collection ofTableDefinitionColumnobjects , the collection will be ordered by DisplayOrder.
 
 - 
createTableDefinitionColumnTableDefinitionColumn createTableDefinitionColumn() Create a newTableDefinitionColumnlinked to this object.- Returns:
- a new TableDefinitionColumn.
 
 - 
getTableDefinitionColumnByColumnNameTableDefinitionColumn getTableDefinitionColumnByColumnName(String columnName) Get the TableDefinitionColumn by TableDefinitionColumnName.- Parameters:
- columnName-
- Returns:
- the TableDefinitionColumn, or nullif it could not be found
 
 - 
getTableDefinitionConstraintsRWIterable<TableDefinitionConstraint> getTableDefinitionConstraints() Get anRWIterableover an ordered collection ofTableDefinitionConstraints. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull. The table definition of a table definition constraint.- Specified by:
- getTableDefinitionConstraintsin interface- TableDefinitionComp
- Returns:
- An RWIterableover an ordered collection ofTableDefinitionConstraintobjects .
 
 - 
createTableDefinitionConstraintTableDefinitionConstraint createTableDefinitionConstraint(ConstraintDefinition newConstraintDefinition) Create a newTableDefinitionConstraintlinked to this object.- Parameters:
- newConstraintDefinition- The other parent of the- TableDefinitionConstraintConstraintDefinitionassociation.
- Returns:
- a new TableDefinitionConstraint.
 
 - 
getTableDefinitionConstraintByNameTableDefinitionConstraint getTableDefinitionConstraintByName(String name) Get the TableDefinitionConstraint by TableDefinitionTableDefinitionConstraintName.- Parameters:
- name-
- Returns:
- the TableDefinitionConstraint, or nullif it could not be found
 
 - 
checkCreatePrivilegeRequiredPermission checkCreatePrivilege() Check whether or not the create action can be performed on this object.- Returns:
- a RequiredPermissioninstance indicating whether the current user has the privilege. To check this, use isAllowed() on the returned permission.
 
 - 
checkViewPrivilegeRequiredPermission checkViewPrivilege() Check whether or not the view action can be performed on this object.- Returns:
- a RequiredPermissioninstance indicating whether the current user has the privilege. To check this, use isAllowed() on the returned permission.
 
 - 
checkEditPrivilegeRequiredPermission checkEditPrivilege() Check whether or not the edit action can be performed on this object.- Returns:
- a RequiredPermissioninstance indicating whether the current user has the privilege. To check this, use isAllowed() on the returned permission.
 
 - 
checkDeletePrivilegeRequiredPermission checkDeletePrivilege() Check whether or not the delete action can be performed on this object.- Returns:
- a RequiredPermissioninstance indicating whether the current user has the privilege. To check this, use isAllowed() on the returned permission.
 
 
- 
 
-