Package com.redwood.scheduler.api.model
Interface OraAppsSystem
- 
- All Superinterfaces:
- ApplicationObject,- BusinessKeyObject,- NamedRootObject,- NamedRootObjectComp,- OraAppsSystemComp,- PartitionableObject,- PartitionableObjectComp,- Readable,- Root,- SchedulerEntity,- SchedulerEntityComp,- UniqueNamedApplicationObject
 
 public interface OraAppsSystem extends OraAppsSystemComp, UniqueNamedApplicationObject, Readable Settings relating to a Oracle Applications System.
- 
- 
Field SummaryFields Modifier and Type Field Description static StringDEFAULT_CONNECT_STRINGDefault connect string.static StringOBJECT_TYPEString that will be returned fromSchedulerEntity.getObjectType()for "OraAppsSystem" 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<OraAppsSystem>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.OraAppsJobControlRulecreateOraAppsJobControlRule()Create a newOraAppsJobControlRulelinked to this object.LonggetCredential()Get the value for Credential.DatabasegetDatabase()Get the Database.StringgetDatabaseConnectString()Get the connection string for connecting to the Oracle Applications system.StringgetDatabaseUserName()Get the username for connecting to the Oracle Applications system.TimeZonegetDefaultJobTimeZone()Get the DefaultJobTimeZone.OraAppsDefaultValueOptiongetDefaultValueOption()Get the value for DefaultValueOption.JobHandlingTypegetJobHandlingEnabled()Get the value for JobHandlingEnabled.ProcessServergetJobOutputRetrievalProcessServer()Get the JobOutputRetrievalProcessServer.StringgetLanguage()Get the value for Language.Map<String,String>getLanguageCodes()Get the Oracle Applications language codes for setting the correct NLS.RWIterable<OraAppsJobControlRule>getOraAppsJobControlRules()Get anRWIterableover a collection ofOraAppsJobControlRules, the collection will be ordered by ProcessingOrder.OutputRetrievalTypegetOutputRetrievalType()Get the value for OutputRetrievalType.ProcessServergetProcessServer()Get the ProcessServer.QueuegetQueue()Get the Queue.StringgetSubmitUserName()Get the value for SubmitUserName.OraAppsSubmitUserTypegetSubmitUserType()Get the value for SubmitUserType.voidinit()Perform initialization tasks for the Oracle Applications System.voidsetDatabase(Database newDatabase)Set the value for Database.voidsetDefaultJobTimeZone(TimeZone newDefaultJobTimeZone)Set the value for DefaultJobTimeZone.voidsetDefaultValueOption(OraAppsDefaultValueOption newDefaultValueOption)Set the value for DefaultValueOption.voidsetJobHandlingEnabled(JobHandlingType newJobHandlingEnabled)Set the value for JobHandlingEnabled.voidsetJobOutputRetrievalProcessServer(ProcessServer newJobOutputRetrievalProcessServer)Set the value for JobOutputRetrievalProcessServer.voidsetLanguage(String newLanguage)Set the value for Language.voidsetOutputRetrievalType(OutputRetrievalType newOutputRetrievalType)Set the value for OutputRetrievalType.voidsetProcessServer(ProcessServer newProcessServer)Set the value for ProcessServer.voidsetQueue(Queue newQueue)Set the value for Queue.voidsetSubmitUserName(String newSubmitUserName)Set the value for SubmitUserName.voidsetSubmitUserType(OraAppsSubmitUserType newSubmitUserType)Set the value for SubmitUserType.- 
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 "OraAppsSystem" objects.- See Also:
- Constant Field Values
 
 - 
TYPEstatic final QueryObjectType<OraAppsSystem> TYPE Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...).
 - 
DEFAULT_CONNECT_STRINGstatic final String DEFAULT_CONNECT_STRING Default 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- 
getJobHandlingEnabledJobHandlingType getJobHandlingEnabled() Get the value for JobHandlingEnabled. (Should the job interception and synchronization for this Oracle Applications 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 Oracle Applications 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.
 
 - 
getCredentialLong getCredential() Get the value for Credential. (Deprecated; Link to a credential field. Use UserName and OraAppsSystem to get the CredentialHelper) 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.
 
 - 
getSubmitUserTypeOraAppsSubmitUserType getSubmitUserType() Get the value for SubmitUserType. (Indicates the type of the submit user: (F)ixed, (C)urrent logon user or (L)OV from Oracle Applications.) 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.
 
 - 
getSubmitUserNameString getSubmitUserName() Get the value for SubmitUserName. (Fixed User name that is used to submit jobs in an Oracle Applications 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.
 
 - 
getOutputRetrievalTypeOutputRetrievalType getOutputRetrievalType() Get the value for OutputRetrievalType. (Indicates how to retrieve the output.) 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.
 
 - 
getDefaultValueOptionOraAppsDefaultValueOption getDefaultValueOption() Get the value for DefaultValueOption. (Indicates the type for pre-filling default values: Always, Mandatory fields only or Never from Oracle Applications. When jobs are submitted by Cronacle the customer can define how he want to pre-fill default values to submit jobs in Oracle Applications. The LOV's are checked everytime a new value is added, but with this option it is possible to skip pre-filling certain LOVs. ) 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.
 
 - 
setJobHandlingEnabledvoid setJobHandlingEnabled(JobHandlingType newJobHandlingEnabled) Set the value for JobHandlingEnabled. (Should the job interception and synchronization for this Oracle Applications 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 Oracle Applications 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.
 
 - 
setSubmitUserTypevoid setSubmitUserType(OraAppsSubmitUserType newSubmitUserType) Set the value for SubmitUserType. (Indicates the type of the submit user: (F)ixed, (C)urrent logon user or (L)OV from Oracle Applications.) This value is mandatory.- Parameters:
- newSubmitUserType- the new value for SubmitUserType. 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.
 
 - 
setSubmitUserNamevoid setSubmitUserName(String newSubmitUserName) Set the value for SubmitUserName. (Fixed User name that is used to submit jobs in an Oracle Applications System) This value is optional.- Parameters:
- newSubmitUserName- the new value for SubmitUserName.
- 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.
 
 - 
setOutputRetrievalTypevoid setOutputRetrievalType(OutputRetrievalType newOutputRetrievalType) Set the value for OutputRetrievalType. (Indicates how to retrieve the output.) This value is mandatory.- Parameters:
- newOutputRetrievalType- the new value for OutputRetrievalType. 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.
 
 - 
setDefaultValueOptionvoid setDefaultValueOption(OraAppsDefaultValueOption newDefaultValueOption) Set the value for DefaultValueOption. (Indicates the type for pre-filling default values: Always, Mandatory fields only or Never from Oracle Applications. When jobs are submitted by Cronacle the customer can define how he want to pre-fill default values to submit jobs in Oracle Applications. The LOV's are checked everytime a new value is added, but with this option it is possible to skip pre-filling certain LOVs. ) This value is mandatory.- Parameters:
- newDefaultValueOption- the new value for DefaultValueOption. 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.
 
 - 
getLanguageCodesMap<String,String> getLanguageCodes() Get the Oracle Applications language codes for setting the correct NLS.- Returns:
- Return the list of valid language codes.
 
 - 
getDatabaseConnectStringString getDatabaseConnectString() Get the connection string for connecting to the Oracle Applications system. This connection string is persisted to the Database object associated with the Oracle Applications system.- Returns:
- The connection string for connecting to the Oracle Applications system.
 
 - 
getDatabaseUserNameString getDatabaseUserName() Get the username for connecting to the Oracle Applications system. This username is persisted to the Database object associated with the Oracle Applications system.- Returns:
- The username for connecting to the Oracle Applications system.
 
 - 
initvoid init() Perform initialization tasks for the Oracle Applications 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.
 
 - 
getDatabaseDatabase getDatabase() Get the Database.- Returns:
- Database
- 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 Oracle Applications 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 Oracle Applications 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.
 
 - 
setDatabasevoid setDatabase(Database newDatabase) Set the value for Database. This value is optional.- Parameters:
- newDatabase- is the object to set Database to. Link the Oracle Applications system to its corresponding database object.
 
 - 
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 Oracle Applications job output retrieval
 
 - 
getOraAppsJobControlRulesRWIterable<OraAppsJobControlRule> getOraAppsJobControlRules() Get anRWIterableover a collection ofOraAppsJobControlRules, 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 Oracle Applications system.- Specified by:
- getOraAppsJobControlRulesin interface- OraAppsSystemComp
- Returns:
- An RWIterableover a collection ofOraAppsJobControlRuleobjects , the collection will be ordered by ProcessingOrder.
 
 - 
createOraAppsJobControlRuleOraAppsJobControlRule createOraAppsJobControlRule() Create a newOraAppsJobControlRulelinked to this object.- Returns:
- a new OraAppsJobControlRule.
 
 - 
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.
 
 
- 
 
-