Package com.redwood.scheduler.api.model
Interface PeopleSoftSystem
- 
- All Superinterfaces:
- ApplicationObject,- BusinessKeyObject,- NamedRootObject,- NamedRootObjectComp,- PartitionableObject,- PartitionableObjectComp,- PeopleSoftSystemComp,- Readable,- Root,- SchedulerEntity,- SchedulerEntityComp,- UniqueNamedApplicationObject
 
 public interface PeopleSoftSystem extends PeopleSoftSystemComp, UniqueNamedApplicationObject, Readable Settings relating to a Oracle PeopleSoft System.
- 
- 
Field SummaryFields Modifier and Type Field Description static StringDEFAULT_J2EE_CONNECT_STRINGDefault J2EE connect string.static StringOBJECT_TYPEString that will be returned fromSchedulerEntity.getObjectType()for "PeopleSoftSystem" 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<PeopleSoftSystem>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.PeopleSoftJobControlRulecreatePeopleSoftJobControlRule()Create a newPeopleSoftJobControlRulelinked to this object.PeopleSoftJobOutputLocationcreatePeopleSoftJobOutputLocation()Create a newPeopleSoftJobOutputLocationlinked to this object.TimeZonegetDefaultJobTimeZone()Get the DefaultJobTimeZone.StringgetJ2EEConnectString()Get the value for J2EEConnectString.JobHandlingTypegetJobHandlingEnabled()Get the value for JobHandlingEnabled.ProcessServergetJobOutputRetrievalProcessServer()Get the JobOutputRetrievalProcessServer.StringgetLanguage()Get the value for Language.RWIterable<PeopleSoftJobControlRule>getPeopleSoftJobControlRules()Get anRWIterableover a collection ofPeopleSoftJobControlRules, the collection will be ordered by ProcessingOrder.RWIterable<PeopleSoftJobOutputLocation>getPeopleSoftJobOutputLocations()Get anRWIterableover a collection ofPeopleSoftJobOutputLocations, the collection will be ordered by ProcessingOrder.ProcessServergetProcessServer()Get the ProcessServer.QueuegetQueue()Get the Queue.StringgetUserName()Get the value for UserName.voidinit()Perform initialization tasks for the Oracle PeopleSoft System.voidsetDefaultJobTimeZone(TimeZone newDefaultJobTimeZone)Set the value for DefaultJobTimeZone.voidsetJ2EEConnectString(String newJ2EEConnectString)Set the value for J2EEConnectString.voidsetJobHandlingEnabled(JobHandlingType newJobHandlingEnabled)Set the value for JobHandlingEnabled.voidsetJobOutputRetrievalProcessServer(ProcessServer newJobOutputRetrievalProcessServer)Set the value for JobOutputRetrievalProcessServer.voidsetLanguage(String newLanguage)Set the value for Language.voidsetProcessServer(ProcessServer newProcessServer)Set the value for ProcessServer.voidsetQueue(Queue newQueue)Set the value for Queue.voidsetUserName(String newUserName)Set the value for UserName.- 
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 "PeopleSoftSystem" objects.- See Also:
- Constant Field Values
 
 - 
TYPEstatic final QueryObjectType<PeopleSoftSystem> TYPE Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...).
 - 
DEFAULT_J2EE_CONNECT_STRINGstatic final String DEFAULT_J2EE_CONNECT_STRING Default J2EE connect string.- 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- 
getJ2EEConnectStringString getJ2EEConnectString() Get the value for J2EEConnectString. (Connection string for reaching the J2EE stack of this PeopleSoft system)- 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.
 
 - 
getJobHandlingEnabledJobHandlingType getJobHandlingEnabled() Get the value for JobHandlingEnabled. (Should the job synchronization for this PeopleSoft System be enabled?) 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.
 
 - 
getLanguageString getLanguage() Get the value for Language. (Language for connecting to an PeopleSoft system) 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.
 
 - 
getUserNameString getUserName() Get the value for UserName. (User name that is used to connect to a PeopleSoft System) 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.
 
 - 
setJ2EEConnectStringvoid setJ2EEConnectString(String newJ2EEConnectString) Set the value for J2EEConnectString. (Connection string for reaching the J2EE stack of this PeopleSoft system) This value is optional.- Parameters:
- newJ2EEConnectString- the new value for J2EEConnectString.
- 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.
 
 - 
setJobHandlingEnabledvoid setJobHandlingEnabled(JobHandlingType newJobHandlingEnabled) Set the value for JobHandlingEnabled. (Should the job synchronization for this PeopleSoft System be enabled?) This value is mandatory.- Parameters:
- newJobHandlingEnabled- the new value for JobHandlingEnabled. 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.
 
 - 
setLanguagevoid setLanguage(String newLanguage) Set the value for Language. (Language for connecting to an PeopleSoft system) This value is mandatory.- Parameters:
- newLanguage- the new value for Language. 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.
 
 - 
setUserNamevoid setUserName(String newUserName) Set the value for UserName. (User name that is used to connect to a PeopleSoft System) This value is mandatory.- Parameters:
- newUserName- the new value for UserName. 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.
 
 - 
initvoid init() Perform initialization tasks for the Oracle PeopleSoft System.
 - 
getProcessServerProcessServer getProcessServer() Get the ProcessServer.- Returns:
- ProcessServer
- 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.
 
 - 
getQueueQueue getQueue() Get the Queue.- Returns:
- Queue
- 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.
 
 - 
getDefaultJobTimeZoneTimeZone getDefaultJobTimeZone() Get the DefaultJobTimeZone.- Returns:
- DefaultJobTimeZone
- 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.
 
 - 
getJobOutputRetrievalProcessServerProcessServer getJobOutputRetrievalProcessServer() Get the JobOutputRetrievalProcessServer.- Returns:
- JobOutputRetrievalProcessServer
- 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.
 
 - 
setProcessServervoid setProcessServer(ProcessServer newProcessServer) Set the value for ProcessServer. This value is mandatory.- Parameters:
- newProcessServer- is the object to set ProcessServer to. Link the PeopleSoft system to its corresponding process server. If this is- null, then the object cannot be persisted.
 
 - 
setQueuevoid setQueue(Queue newQueue) Set the value for Queue. This value is mandatory.- Parameters:
- newQueue- is the object to set Queue to. Link the PeopleSoft system to its corresponding default queue. If this is- null, then the object cannot be persisted.
 
 - 
setDefaultJobTimeZonevoid setDefaultJobTimeZone(TimeZone newDefaultJobTimeZone) Set the value for DefaultJobTimeZone. This value is mandatory.- Parameters:
- newDefaultJobTimeZone- is the object to set DefaultJobTimeZone to. Which TimeZone will be ascribed to the Jobs DateTimeZone fields by default. If this is- null, then the object cannot be persisted.
 
 - 
setJobOutputRetrievalProcessServervoid setJobOutputRetrievalProcessServer(ProcessServer newJobOutputRetrievalProcessServer) Set the value for JobOutputRetrievalProcessServer. This value is optional.- Parameters:
- newJobOutputRetrievalProcessServer- is the object to set JobOutputRetrievalProcessServer to. Assign a Process Server to perform PeopleSoft job output retrieval
 
 - 
getPeopleSoftJobControlRulesRWIterable<PeopleSoftJobControlRule> getPeopleSoftJobControlRules() Get anRWIterableover a collection ofPeopleSoftJobControlRules, the collection will be ordered by ProcessingOrder. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull. Collection of JobControlRules settings for an PeopleSoft system.- Specified by:
- getPeopleSoftJobControlRulesin interface- PeopleSoftSystemComp
- Returns:
- An RWIterableover a collection ofPeopleSoftJobControlRuleobjects , the collection will be ordered by ProcessingOrder.
 
 - 
createPeopleSoftJobControlRulePeopleSoftJobControlRule createPeopleSoftJobControlRule() Create a newPeopleSoftJobControlRulelinked to this object.- Returns:
- a new PeopleSoftJobControlRule.
 
 - 
getPeopleSoftJobOutputLocationsRWIterable<PeopleSoftJobOutputLocation> getPeopleSoftJobOutputLocations() Get anRWIterableover a collection ofPeopleSoftJobOutputLocations, the collection will be ordered by ProcessingOrder. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull. Collection of Job Outputfile locations settings for an PeopleSoft system.- Specified by:
- getPeopleSoftJobOutputLocationsin interface- PeopleSoftSystemComp
- Returns:
- An RWIterableover a collection ofPeopleSoftJobOutputLocationobjects , the collection will be ordered by ProcessingOrder.
 
 - 
createPeopleSoftJobOutputLocationPeopleSoftJobOutputLocation createPeopleSoftJobOutputLocation() Create a newPeopleSoftJobOutputLocationlinked to this object.- Returns:
- a new PeopleSoftJobOutputLocation.
 
 - 
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.
 
 
- 
 
-