Package com.redwood.scheduler.api.model
Interface ExtensionPoint
- 
- All Superinterfaces:
- ApplicationObject,- BusinessKeyObject,- ExecutableSchedulerEntity,- NamedRootObject,- NamedRootObjectComp,- PartitionableObject,- PartitionableObjectComp,- Readable,- Root,- SchedulerEntity,- SchedulerEntityComp,- UniqueNamedApplicationObject
 
 public interface ExtensionPoint extends UniqueNamedApplicationObject, ExecutableSchedulerEntity, Readable An extension point is used to provide a custom entry point to generate results.
- 
- 
Field SummaryFields Modifier and Type Field Description static StringOBJECT_TYPEString that will be returned fromSchedulerEntity.getObjectType()for "ExtensionPoint" 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<ExtensionPoint>TYPEType that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...).- 
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.SubjectgetActionSubject()Get the ActionSubject.StringgetDeploymentDescriptor()Get the value for DeploymentDescriptor.ExtensionPointExtendsTypegetExtends()Get the value for Extends.StringgetExtensionPointURL(String extension, String source, String objectType, List<RuntimeObject> objects)Get the URL that can be used to access the Extension Point.StringgetExtensionPointURL(String extension, String source, String objectType, List<RuntimeObject> objects, Map<String,String> extraConstants)Get the URL that can be used to access the Extension Point.LibrarygetLibrary()Get the Library.LogLevelgetLogLevel()Get the value for LogLevel.LonggetMaxBackupFiles()Get the value for MaxBackupFiles.LonggetMaxLogSize()Get the value for MaxLogSize.StringgetSource()Get the value for Source.StringgetStubSource()Get the value for StubSource.ValiditygetValidity()Get the value for Validity.Set<Variable>getVariables()Get the Set of Variables related to Extension Point objects.ExtensionPointVisibilityTypegetVisibility()Get the value for Visibility.booleanisEnabled()Get the value for Enabled.booleanisLogFileEnabled()Get the value for LogFileEnabled.voidsetActionSubject(Subject newActionSubject)Set the value for ActionSubject.voidsetDeploymentDescriptor(String newDeploymentDescriptor)Set the value for DeploymentDescriptor.voidsetEnabled(boolean newEnabled)Set the value for Enabled.voidsetExtends(ExtensionPointExtendsType newExtends)Set the value for Extends.voidsetLibrary(Library newLibrary)Set the value for Library.voidsetLogFileEnabled(boolean newLogFileEnabled)Set the value for LogFileEnabled.voidsetLogLevel(LogLevel newLogLevel)Set the value for LogLevel.voidsetMaxBackupFiles(Long newMaxBackupFiles)Set the value for MaxBackupFiles.voidsetMaxLogSize(Long newMaxLogSize)Set the value for MaxLogSize.voidsetSource(String newSource)Set the value for Source.voidsetVisibility(ExtensionPointVisibilityType newVisibility)Set the value for Visibility.- 
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 "ExtensionPoint" objects.- See Also:
- Constant Field Values
 
 - 
TYPEstatic final QueryObjectType<ExtensionPoint> TYPE Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...).
 - 
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- 
getVisibilityExtensionPointVisibilityType getVisibility() Get the value for Visibility. (Visibility of the extension point.) This value is mandatory, and therefore will not benullif this object has been retrieved from the database.- Returns:
- the field
- Throws:
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- This will be thrown if this method is called while the object is not attached to a session.
 
 - 
getExtendsExtensionPointExtendsType getExtends() Get the value for Extends. (What does the Extension Point extend.) This value is mandatory, and therefore will not benullif this object has been retrieved from the database.- Returns:
- the field
- Throws:
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- This will be thrown if this method is called while the object is not attached to a session.
 
 - 
getLogLevelLogLevel getLogLevel() Get the value for LogLevel. (What is the Log Level when logging from the Extension Point.) This value is mandatory, and therefore will not benullif this object has been retrieved from the database.- Returns:
- the field
- Throws:
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- This will be thrown if this method is called while the object is not attached to a session.
 
 - 
getMaxLogSizeLong getMaxLogSize() Get the value for MaxLogSize. (What is the maximum size of each log file, in MB.) This value is mandatory, and therefore will not benullif this object has been retrieved from the database.- Returns:
- the field
- Throws:
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- This will be thrown if this method is called while the object is not attached to a session.
 
 - 
getMaxBackupFilesLong getMaxBackupFiles() Get the value for MaxBackupFiles. (What is the maximum number of backup files to keep.) This value is mandatory, and therefore will not benullif this object has been retrieved from the database.- Returns:
- the field
- Throws:
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- This will be thrown if this method is called while the object is not attached to a session.
 
 - 
isLogFileEnabledboolean isLogFileEnabled() Get the value for LogFileEnabled. (Whether the Extension Point's log file is enabled or not.)- Returns:
- the field
- Throws:
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- This will be thrown if this method is called while the object is not attached to a session.
 
 - 
getSourceString getSource() Get the value for Source. (The full source of the Extension Point.)- Returns:
- the field
- Throws:
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- This will be thrown if this method is called while the object is not attached to a session.
 
 - 
getDeploymentDescriptorString getDeploymentDescriptor() Get the value for DeploymentDescriptor. (Deployment descriptor) This value is mandatory, and therefore will not benullif this object has been retrieved from the database.- Returns:
- the field
- Throws:
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- This will be thrown if this method is called while the object is not attached to a session.
 
 - 
getStubSourceString getStubSource() Get the value for StubSource. (The source for the stub of the Extension Point.) This value is mandatory, and therefore will not benullif this object has been retrieved from the database.- Returns:
- the field
- Throws:
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- This will be thrown if this method is called while the object is not attached to a session.
 
 - 
isEnabledboolean isEnabled() Get the value for Enabled. (True if the extension point is enabled, otherwise false.)- Returns:
- the field
- Throws:
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- This will be thrown if this method is called while the object is not attached to a session.
 
 - 
getValidityValidity getValidity() Get the value for Validity. (Is this definition valid? That is, can this definition currently be used?) This value is mandatory, and therefore will not benullif this object has been retrieved from the database.- Returns:
- the field
- Throws:
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- This will be thrown if this method is called while the object is not attached to a session.
 
 - 
setVisibilityvoid setVisibility(ExtensionPointVisibilityType newVisibility) Set the value for Visibility. (Visibility of the extension point.) This value is mandatory.- Parameters:
- newVisibility- the new value for Visibility. If this is- null, then the object cannot be persisted.
- Throws:
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- This will be thrown if this method is called while the object is not attached to a session.
 
 - 
setExtendsvoid setExtends(ExtensionPointExtendsType newExtends) Set the value for Extends. (What does the Extension Point extend.) This value is mandatory.- Parameters:
- newExtends- the new value for Extends. If this is- null, then the object cannot be persisted.
- Throws:
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- This will be thrown if this method is called while the object is not attached to a session.
 
 - 
setLogLevelvoid setLogLevel(LogLevel newLogLevel) Set the value for LogLevel. (What is the Log Level when logging from the Extension Point.) This value is mandatory.- Parameters:
- newLogLevel- the new value for LogLevel. If this is- null, then the object cannot be persisted.
- Throws:
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- This will be thrown if this method is called while the object is not attached to a session.
 
 - 
setMaxLogSizevoid setMaxLogSize(Long newMaxLogSize) Set the value for MaxLogSize. (What is the maximum size of each log file, in MB.) This value is mandatory.- Parameters:
- newMaxLogSize- the new value for MaxLogSize. If this is- null, then the object cannot be persisted.
- Throws:
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- This will be thrown if this method is called while the object is not attached to a session.
 
 - 
setMaxBackupFilesvoid setMaxBackupFiles(Long newMaxBackupFiles) Set the value for MaxBackupFiles. (What is the maximum number of backup files to keep.) This value is mandatory.- Parameters:
- newMaxBackupFiles- the new value for MaxBackupFiles. If this is- null, then the object cannot be persisted.
- Throws:
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- This will be thrown if this method is called while the object is not attached to a session.
 
 - 
setLogFileEnabledvoid setLogFileEnabled(boolean newLogFileEnabled) Set the value for LogFileEnabled. (Whether the Extension Point's log file is enabled or not.)- Parameters:
- newLogFileEnabled- the new value for LogFileEnabled.
- Throws:
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- This will be thrown if this method is called while the object is not attached to a session.
 
 - 
setSourcevoid setSource(String newSource) Set the value for Source. (The full source of the Extension Point.) This value is optional.- Parameters:
- newSource- the new value for Source.
- Throws:
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- This will be thrown if this method is called while the object is not attached to a session.
 
 - 
setDeploymentDescriptorvoid setDeploymentDescriptor(String newDeploymentDescriptor) Set the value for DeploymentDescriptor. (Deployment descriptor) This value is mandatory.- Parameters:
- newDeploymentDescriptor- the new value for DeploymentDescriptor. If this is- null, then the object cannot be persisted.
- Throws:
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- This will be thrown if this method is called while the object is not attached to a session.
 
 - 
setEnabledvoid setEnabled(boolean newEnabled) Set the value for Enabled. (True if the extension point is enabled, otherwise false.)- Parameters:
- newEnabled- the new value for Enabled.
- Throws:
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- This will be thrown if this method is called while the object is not attached to a session.
 
 - 
getVariablesSet<Variable> getVariables() Get the Set of Variables related to Extension Point objects.- Specified by:
- getVariablesin interface- ExecutableSchedulerEntity
- Returns:
- Set of Variablefor Extension Point.
 
 - 
getExtensionPointURLString getExtensionPointURL(String extension, String source, String objectType, List<RuntimeObject> objects) throws com.redwood.scheduler.api.exception.ExtensionPointURLException Get the URL that can be used to access the Extension Point.- Parameters:
- extension- Name of the Extension to call. Must match an extension defined in the Deployment Descriptor.
- source- Where was the Extension Point invoked: PopupMenu, ToolBar, JobChainEditor, Unknown.
- objectType- Indicates the object type of the overview/object when invoked.
- objects- Scheduler Entities that need to be sent to the Extension Point. The UniqueId will always be encoded, other fields will be encoded based on the Deployment Descriptor.
- Returns:
- The URL that can be used to connect to the Extension Point
- Throws:
- com.redwood.scheduler.api.exception.ExtensionPointURLException- The URL for the requested extension could not be generated for the reason specified.
 
 - 
getExtensionPointURLString getExtensionPointURL(String extension, String source, String objectType, List<RuntimeObject> objects, Map<String,String> extraConstants) throws com.redwood.scheduler.api.exception.ExtensionPointURLException Get the URL that can be used to access the Extension Point.- Parameters:
- extension- Name of the Extension to call. Must match an extension defined in the Deployment Descriptor.
- source- Where was the Extension Point invoked: PopupMenu, ToolBar, JobChainEditor, Unknown.
- objectType- Indicates the object type of the overview/object when invoked.
- objects- Scheduler Entities that need to be sent to the Extension Point. The UniqueId will always be encoded, other fields will be encoded based on the Deployment Descriptor.
- extraConstants- Custom key/value pairs, transformed to Constant-based format
- Returns:
- The URL that can be used to connect to the Extension Point
- Throws:
- com.redwood.scheduler.api.exception.ExtensionPointURLException- The URL for the requested extension could not be generated for the reason specified.
 
 - 
getLibraryLibrary getLibrary() Get the Library.- Returns:
- Library
- Throws:
- com.redwood.scheduler.api.exception.ObjectDeletedException- If this method is called when the object has been marked for deletion.
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- If this method is called when the object has been removed from it's session.
 
 - 
getActionSubjectSubject getActionSubject() Get the ActionSubject.- Returns:
- ActionSubject
- Throws:
- com.redwood.scheduler.api.exception.ObjectDeletedException- If this method is called when the object has been marked for deletion.
- com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException- If this method is called when the object has been removed from it's session.
 
 - 
setLibraryvoid setLibrary(Library newLibrary) Set the value for Library. This value is mandatory.- Parameters:
- newLibrary- is the object to set Library to. The library that the ExtensionPoint depends upon. If this is- null, then the object cannot be persisted.
 
 - 
setActionSubjectvoid setActionSubject(Subject newActionSubject) Set the value for ActionSubject. This value is optional.- Parameters:
- newActionSubject- is the object to set ActionSubject to. Who does this ExtensionPoint execute as?
 
 - 
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.
 
 
- 
 
-