Package com.redwood.scheduler.api.model
Interface SAPSystem
-
- All Superinterfaces:
ApplicationObject
,BusinessKeyObject
,NamedRootObject
,NamedRootObjectComp
,PartitionableObject
,PartitionableObjectComp
,Readable
,Root
,SAPSystemComp
,SchedulerEntity
,SchedulerEntityComp
,UniqueNamedApplicationObject
public interface SAPSystem extends SAPSystemComp, UniqueNamedApplicationObject, Readable
Settings relating to a SAP System.
-
-
Field Summary
Fields Modifier and Type Field Description static String
DEFAULT_J2EE_CONNECT_STRING
Default J2EE connect string.static String
DEFAULT_RFC_CONNECT_STRING
Default RFC connect string.static String
OBJECT_TYPE
String that will be returned fromSchedulerEntity.getObjectType()
for "SAPSystem" objects.static String
SEC_PRIV_BUSINESSAUTOMATIONAPI
This privilege can be granted at an instance level.static String
SEC_PRIV_CREATE
This privilege can be granted at a group level.static String
SEC_PRIV_DELETE
This privilege can be granted at a group level.static String
SEC_PRIV_EDIT
This privilege can be granted at a group level.static String
SEC_PRIV_VIEW
This privilege can be granted at a group level.static String
SEC_RANK_ALL
This rank is made of the following privileges: create , view , edit , businessAutomationAPI , deletestatic String
SEC_RANK_BUSINESSAUTOMATIONUSER
This rank is made of the following privileges: view , businessAutomationAPIstatic String
SEC_RANK_CREATE
This rank is made of the following privileges: createstatic String
SEC_RANK_DELETE
This rank is made of the following privileges: create , view , deletestatic String
SEC_RANK_EDIT
This rank is made of the following privileges: create , view , editstatic String
SEC_RANK_NONE
This rank has no privileges assigned to it.static String
SEC_RANK_VIEW
This rank is made of the following privileges: viewstatic QueryObjectType<SAPSystem>
TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.-
Fields inherited from interface com.redwood.scheduler.api.model.BusinessKeyObject
COPYRIGHT_MESSAGE_BKO, ID_BKO
-
Fields inherited from interface com.redwood.scheduler.api.model.Readable
COPYRIGHT_MESSAGE_E, ID_E
-
Fields inherited from interface com.redwood.scheduler.api.model.SchedulerEntity
ACTION_AUDIT, ACTION_EXPORT, ACTION_READ, BEHAVIOR_DEPRECATED, BEHAVIOR_NONE, BEHAVIOR_SYSTEM
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RequiredPermission
checkBusinessAutomationAPIPrivilege()
Check whether or not the businessAutomationAPI action can be performed on this object.String[]
checkConnectString()
Check the connection strings for validity.RequiredPermission
checkCreatePrivilege()
Check whether or not the create action can be performed on this object.RequiredPermission
checkDeletePrivilege()
Check whether or not the delete action can be performed on this object.RequiredPermission
checkEditPrivilege()
Check whether or not the edit action can be performed on this object.RequiredPermission
checkViewPrivilege()
Check whether or not the view action can be performed on this object.SAPAbapProgram
createSAPAbapProgram()
Create a newSAPAbapProgram
linked to this object.SAPApplicationServer
createSAPApplicationServer()
Create a newSAPApplicationServer
linked to this object.SAPApplicationServerGroup
createSAPApplicationServerGroup()
Create a newSAPApplicationServerGroup
linked to this object.SAPArchiveObject
createSAPArchiveObject()
Create a newSAPArchiveObject
linked to this object.SAPBatchEvent
createSAPBatchEvent()
Create a newSAPBatchEvent
linked to this object.SAPCalendar
createSAPCalendar()
Create a newSAPCalendar
linked to this object.SAPExternalCommand
createSAPExternalCommand()
Create a newSAPExternalCommand
linked to this object.SAPInfoPackage
createSAPInfoPackage()
Create a newSAPInfoPackage
linked to this object.SAPInfoPackageGroup
createSAPInfoPackageGroup()
Create a newSAPInfoPackageGroup
linked to this object.SAPJ2EEClient
createSAPJ2EEClient()
Create a newSAPJ2EEClient
linked to this object.SAPLanguage
createSAPLanguage()
Create a newSAPLanguage
linked to this object.SAPLogError
createSAPLogError()
Create a newSAPLogError
linked to this object.SAPMassActivity
createSAPMassActivity()
Create a newSAPMassActivity
linked to this object.SAPOutputDevice
createSAPOutputDevice()
Create a newSAPOutputDevice
linked to this object.SAPPIChannel
createSAPPIChannel()
Create a newSAPPIChannel
linked to this object.SAPProcessChain
createSAPProcessChain()
Create a newSAPProcessChain
linked to this object.SAPRecipient
createSAPRecipient()
Create a newSAPRecipient
linked to this object.SAPXAL
createSAPXAL()
Create a newSAPXAL
linked to this object.SAPXBP
createSAPXBP()
Create a newSAPXBP
linked to this object.SAPXBPEventRule
createSAPXBPEventRule()
Create a newSAPXBPEventRule
linked to this object.SAPXBPJobControlRule
createSAPXBPJobControlRule()
Create a newSAPXBPJobControlRule
linked to this object.SAPXMW
createSAPXMW()
Create a newSAPXMW
linked to this object.JobDefinition
getCcmsJobDefinition()
Get the CcmsJobDefinition.String
getConnectString()
Get the value for ConnectString.String
getDefaultClientNumber()
Get the value for DefaultClientNumber.TimeZone
getDefaultJobTimeZone()
Get the DefaultJobTimeZone.ProcessServer
getDefaultOutputRetrievalProcessServer()
Get the default output retrieval Process Server.SAPXBP
getDefaultXBPClient()
Get the default XBP client.ProcessServer
getFailOverSpoolListRetrievalProcessServer()
Get the FailOverSpoolListRetrievalProcessServer.String
getJ2EEConnectString()
Get the value for J2EEConnectString.JobHandlingType
getJobHandlingEnabled()
Get the value for JobHandlingEnabled.ProcessServer
getProcessServer()
Get the ProcessServer.Queue
getQueue()
Get the Queue.SAPAbapProgram
getSAPAbapProgramByName(String name)
Get the SAPAbapProgram by NameSAPSystem.RWIterable<SAPAbapProgram>
getSAPAbapPrograms()
Get anRWIterable
over an ordered collection ofSAPAbapPrograms
.SAPApplicationServer
getSAPApplicationServerByName(String name)
Get the SAPApplicationServer by NameSAPSystem.SAPApplicationServerGroup
getSAPApplicationServerGroupByName(String name)
Get the SAPApplicationServerGroup by NameSAPSystem.RWIterable<SAPApplicationServerGroup>
getSAPApplicationServerGroups()
Get anRWIterable
over an ordered collection ofSAPApplicationServerGroups
.RWIterable<SAPApplicationServer>
getSAPApplicationServers()
Get anRWIterable
over an ordered collection ofSAPApplicationServers
.SAPArchiveObject
getSAPArchiveObjectByName(String name)
Get the SAPArchiveObject by NameSAPSystem.RWIterable<SAPArchiveObject>
getSAPArchiveObjects()
Get anRWIterable
over an ordered collection ofSAPArchiveObjects
.SAPBatchEvent
getSAPBatchEventByName(String name)
Get the SAPBatchEvent by NameSAPBatchEvent.RWIterable<SAPBatchEvent>
getSAPBatchEvents()
Get anRWIterable
over an ordered collection ofSAPBatchEvents
.SAPCalendar
getSAPCalendarByTypeIdentYear(String type, String ident, Long year)
Get the SAPCalendar by TypeIdentYearSAPSystem.RWIterable<SAPCalendar>
getSAPCalendars()
Get anRWIterable
over an ordered collection ofSAPCalendars
.SAPExternalCommand
getSAPExternalCommandByNameOsType(String name, String osType)
Get the SAPExternalCommand by NameSAPSystem.RWIterable<SAPExternalCommand>
getSAPExternalCommands()
Get anRWIterable
over an ordered collection ofSAPExternalCommands
.SAPInfoPackage
getSAPInfoPackageByName(String name)
Get the SAPInfoPackage by NameSAPSystem.SAPInfoPackageGroup
getSAPInfoPackageGroupByName(String name)
Get the SAPInfoPackageGroup by NameSAPSystem.RWIterable<SAPInfoPackageGroup>
getSAPInfoPackageGroups()
Get anRWIterable
over an ordered collection ofSAPInfoPackageGroups
.RWIterable<SAPInfoPackage>
getSAPInfoPackages()
Get anRWIterable
over an ordered collection ofSAPInfoPackages
.RWIterable<SAPJ2EEClient>
getSAPJ2EEClients()
Get anRWIterable
over an ordered collection ofSAPJ2EEClients
.SAPLanguage
getSAPLanguageBySAPLanguage(String sAPLanguage)
Get the SAPLanguage by SAPLanguageSAPSystem.RWIterable<SAPLanguage>
getSAPLanguages()
Get anRWIterable
over a collection ofSAPLanguages
, the collection will be ordered by Name.RWIterable<SAPLogError>
getSAPLogErrors()
Get anRWIterable
over an ordered collection ofSAPLogErrors
.RWIterable<SAPMassActivity>
getSAPMassActivities()
Get anRWIterable
over an ordered collection ofSAPMassActivities
.SAPMassActivity
getSAPMassActivityByName(String name)
Get the SAPMassActivity by NameSAPSystem.SAPOutputDevice
getSAPOutputDeviceByName(String name)
Get the SAPOutputDevice by NameSAPSystem.RWIterable<SAPOutputDevice>
getSAPOutputDevices()
Get anRWIterable
over an ordered collection ofSAPOutputDevices
.SAPPIChannel
getSAPPIChannelByChannelId(String channelId)
Get the SAPPIChannel by ChannelIdSAPSystem.RWIterable<SAPPIChannel>
getSAPPIChannels()
Get anRWIterable
over an ordered collection ofSAPPIChannels
.SAPProcessChain
getSAPProcessChainByName(String name)
Get the SAPProcessChain by NameSAPSystem.RWIterable<SAPProcessChain>
getSAPProcessChains()
Get anRWIterable
over an ordered collection ofSAPProcessChains
.SAPRecipient
getSAPRecipientByNameTypeClientNumber(String name, SAPRecipientType type, String clientNumber)
Get the SAPRecipient by NameSAPSystem.SAPRecipient
getSAPRecipientBySearchNameTypeClientNumber(String searchName, SAPRecipientType type, String clientNumber)
Get the SAPRecipient by SearchNameSAPSystem.RWIterable<SAPRecipient>
getSAPRecipients()
Get anRWIterable
over an ordered collection ofSAPRecipients
.SAPXAL
getSAPXAL()
Get the SAPXAL.RWIterable<SAPXBPEventRule>
getSAPXBPEventRules()
Get anRWIterable
over an ordered collection ofSAPXBPEventRules
.RWIterable<SAPXBPJobControlRule>
getSAPXBPJobControlRules()
Get anRWIterable
over a collection ofSAPXBPJobControlRules
, the collection will be ordered by ProcessingOrder.RWIterable<SAPXBP>
getSAPXBPs()
Get anRWIterable
over an ordered collection ofSAPXBPs
.SAPXMW
getSAPXMW()
Get the SAPXMW.ProcessServer
getSpoolListRetrievalProcessServer()
Get the SpoolListRetrievalProcessServer.void
init()
Perform initialization tasks for the SAP System.boolean
isCurrentlyIsolated()
Get the value for CurrentlyIsolated.boolean
isIsolated()
Get the value for Isolated.boolean
isLoadBalancingEnabled()
Get the value for LoadBalancingEnabled.boolean
isSNCConnection()
Check if the connection is using SNC.void
setCcmsJobDefinition(JobDefinition newCcmsJobDefinition)
Set the value for CcmsJobDefinition.void
setConnectString(String newConnectString)
Set the value for ConnectString.void
setDefaultJobTimeZone(TimeZone newDefaultJobTimeZone)
Set the value for DefaultJobTimeZone.void
setFailOverSpoolListRetrievalProcessServer(ProcessServer newFailOverSpoolListRetrievalProcessServer)
Set the value for FailOverSpoolListRetrievalProcessServer.void
setIsolated(boolean newIsolated)
Set the value for Isolated.void
setJ2EEConnectString(String newJ2EEConnectString)
Set the value for J2EEConnectString.void
setJobHandlingEnabled(JobHandlingType newJobHandlingEnabled)
Set the value for JobHandlingEnabled.void
setLoadBalancingEnabled(boolean newLoadBalancingEnabled)
Set the value for LoadBalancingEnabled.void
setProcessServer(ProcessServer newProcessServer)
Set the value for ProcessServer.void
setQueue(Queue newQueue)
Set the value for Queue.void
setSpoolListRetrievalProcessServer(ProcessServer newSpoolListRetrievalProcessServer)
Set the value for SpoolListRetrievalProcessServer.-
Methods inherited from interface com.redwood.scheduler.api.model.ApplicationObject
getParentApplication, setParentApplication
-
Methods inherited from interface com.redwood.scheduler.api.model.BusinessKeyObject
getBusinessKey
-
Methods inherited from interface com.redwood.scheduler.api.model.NamedRootObject
createObjectReference, getComment, getDescription, getLinkedObjectReferenceByLinkedObject, getLinkedObjectReferenceByName, getLinkedObjectReferences, getName, getSearchName, getSourceObjectReferences, isHidden, setComment, setDescription, setName
-
Methods inherited from interface com.redwood.scheduler.api.model.PartitionableObject
createObjectTag, getEditablePartitions, getObjectTagByObjectTagDefinition, getObjectTags, getPartition, setPartition
-
Methods inherited from interface com.redwood.scheduler.api.model.Root
getCreationTime, getLastModificationTime, getLastModifierSubject
-
Methods inherited from interface com.redwood.scheduler.api.model.SchedulerEntity
canPerform, 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_TYPE
static final String OBJECT_TYPE
String that will be returned fromSchedulerEntity.getObjectType()
for "SAPSystem" objects.- See Also:
- Constant Field Values
-
TYPE
static final QueryObjectType<SAPSystem> TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.
-
DEFAULT_RFC_CONNECT_STRING
static final String DEFAULT_RFC_CONNECT_STRING
Default RFC connect string.- See Also:
- Constant Field Values
-
DEFAULT_J2EE_CONNECT_STRING
static final String DEFAULT_J2EE_CONNECT_STRING
Default J2EE connect string.- See Also:
- Constant Field Values
-
SEC_PRIV_CREATE
static final String SEC_PRIV_CREATE
This privilege can be granted at a group level.- See Also:
- Constant Field Values
-
SEC_PRIV_VIEW
static 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_EDIT
static 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_BUSINESSAUTOMATIONAPI
static final String SEC_PRIV_BUSINESSAUTOMATIONAPI
This privilege can be granted at an instance level.- See Also:
- Constant Field Values
-
SEC_PRIV_DELETE
static 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_NONE
static final String SEC_RANK_NONE
This rank has no privileges assigned to it.- See Also:
- Constant Field Values
-
SEC_RANK_CREATE
static final String SEC_RANK_CREATE
This rank is made of the following privileges: create- See Also:
- Constant Field Values
-
SEC_RANK_VIEW
static final String SEC_RANK_VIEW
This rank is made of the following privileges: view- See Also:
- Constant Field Values
-
SEC_RANK_EDIT
static final String SEC_RANK_EDIT
This rank is made of the following privileges: create , view , edit- See Also:
- Constant Field Values
-
SEC_RANK_DELETE
static final String SEC_RANK_DELETE
This rank is made of the following privileges: create , view , delete- See Also:
- Constant Field Values
-
SEC_RANK_BUSINESSAUTOMATIONUSER
static final String SEC_RANK_BUSINESSAUTOMATIONUSER
This rank is made of the following privileges: view , businessAutomationAPI- See Also:
- Constant Field Values
-
SEC_RANK_ALL
static final String SEC_RANK_ALL
This rank is made of the following privileges: create , view , edit , businessAutomationAPI , delete- See Also:
- Constant Field Values
-
-
Method Detail
-
getConnectString
String getConnectString()
Get the value for ConnectString. (Connection string for reaching the ABAP stack of this SAP system) This value is mandatory, and therefore will not benull
if this object has been retrieved from the database.- Returns:
- the field
- Throws:
ObjectNotAttachedToSessionException
- This will be thrown if this method is called while the object is not attached to a session.
-
getJ2EEConnectString
String getJ2EEConnectString()
Get the value for J2EEConnectString. (Connection string for reaching the J2EE stack of this SAP system)- Returns:
- the field
- Throws:
ObjectNotAttachedToSessionException
- This will be thrown if this method is called while the object is not attached to a session.
-
isCurrentlyIsolated
boolean isCurrentlyIsolated()
Get the value for CurrentlyIsolated. (Whether this SAP system is actually isolated or not at the moment.)- Returns:
- the field
- Throws:
ObjectNotAttachedToSessionException
- This will be thrown if this method is called while the object is not attached to a session.
-
getDefaultClientNumber
String getDefaultClientNumber()
Get the value for DefaultClientNumber. (Default XBP client number to use for this system.)- Returns:
- the field
- Throws:
ObjectNotAttachedToSessionException
- This will be thrown if this method is called while the object is not attached to a session.
-
isIsolated
boolean isIsolated()
Get the value for Isolated. (Whether this SAP system is considered isolated or not.)- Returns:
- the field
- Throws:
ObjectNotAttachedToSessionException
- This will be thrown if this method is called while the object is not attached to a session.
-
isLoadBalancingEnabled
boolean isLoadBalancingEnabled()
Get the value for LoadBalancingEnabled. (Whether application server load balancing is enabled for this SAP system.)- Returns:
- the field
- Throws:
ObjectNotAttachedToSessionException
- This will be thrown if this method is called while the object is not attached to a session.
-
getJobHandlingEnabled
JobHandlingType getJobHandlingEnabled()
Get the value for JobHandlingEnabled. (Should the XBP job interception and synchronization for this SAP System be enabled?) This value is mandatory, and therefore will not benull
if this object has been retrieved from the database.- Returns:
- the field
- Throws:
ObjectNotAttachedToSessionException
- This will be thrown if this method is called while the object is not attached to a session.
-
setConnectString
void setConnectString(String newConnectString)
Set the value for ConnectString. (Connection string for reaching the ABAP stack of this SAP system) This value is mandatory.- Parameters:
newConnectString
- the new value for ConnectString. If this isnull
, then the object cannot be persisted.- Throws:
ObjectNotAttachedToSessionException
- This will be thrown if this method is called while the object is not attached to a session.
-
setJ2EEConnectString
void setJ2EEConnectString(String newJ2EEConnectString)
Set the value for J2EEConnectString. (Connection string for reaching the J2EE stack of this SAP system) This value is optional.- Parameters:
newJ2EEConnectString
- the new value for J2EEConnectString.- Throws:
ObjectNotAttachedToSessionException
- This will be thrown if this method is called while the object is not attached to a session.
-
setIsolated
void setIsolated(boolean newIsolated)
Set the value for Isolated. (Whether this SAP system is considered isolated or not.)- Parameters:
newIsolated
- the new value for Isolated.- Throws:
ObjectNotAttachedToSessionException
- This will be thrown if this method is called while the object is not attached to a session.
-
setLoadBalancingEnabled
void setLoadBalancingEnabled(boolean newLoadBalancingEnabled)
Set the value for LoadBalancingEnabled. (Whether application server load balancing is enabled for this SAP system.)- Parameters:
newLoadBalancingEnabled
- the new value for LoadBalancingEnabled.- Throws:
ObjectNotAttachedToSessionException
- This will be thrown if this method is called while the object is not attached to a session.
-
setJobHandlingEnabled
void setJobHandlingEnabled(JobHandlingType newJobHandlingEnabled)
Set the value for JobHandlingEnabled. (Should the XBP job interception and synchronization for this SAP System be enabled?) This value is mandatory.- Parameters:
newJobHandlingEnabled
- the new value for JobHandlingEnabled. If this isnull
, then the object cannot be persisted.- Throws:
ObjectNotAttachedToSessionException
- This will be thrown if this method is called while the object is not attached to a session.
-
checkConnectString
String[] checkConnectString()
Check the connection strings for validity.- Returns:
- Return an array with check results for all configured interfaces (RFC and J2EE). An error is indicated by non-null array element. All elements of the array need to be checked.
-
init
void init()
Perform initialization tasks for the SAP System.
-
isSNCConnection
boolean isSNCConnection()
Check if the connection is using SNC.- Returns:
true
if the connection is using SNC,false
otherwise
-
getDefaultXBPClient
SAPXBP getDefaultXBPClient()
Get the default XBP client.- Returns:
- Default XBP client if there is one.
-
getDefaultOutputRetrievalProcessServer
ProcessServer getDefaultOutputRetrievalProcessServer()
Get the default output retrieval Process Server.- Returns:
- Default output retrieval Process Server.
-
getProcessServer
ProcessServer getProcessServer()
Get the ProcessServer.- Returns:
- ProcessServer
- Throws:
ObjectDeletedException
- If this method is called when the object has been marked for deletion.ObjectNotAttachedToSessionException
- If this method is called when the object has been removed from it's session.
-
getQueue
Queue getQueue()
Get the Queue.- Returns:
- Queue
- Throws:
ObjectDeletedException
- If this method is called when the object has been marked for deletion.ObjectNotAttachedToSessionException
- If this method is called when the object has been removed from it's session.
-
getDefaultJobTimeZone
TimeZone getDefaultJobTimeZone()
Get the DefaultJobTimeZone.- Returns:
- DefaultJobTimeZone
- Throws:
ObjectDeletedException
- If this method is called when the object has been marked for deletion.ObjectNotAttachedToSessionException
- If this method is called when the object has been removed from it's session.
-
getSpoolListRetrievalProcessServer
ProcessServer getSpoolListRetrievalProcessServer()
Get the SpoolListRetrievalProcessServer.- Returns:
- SpoolListRetrievalProcessServer
- Throws:
ObjectDeletedException
- If this method is called when the object has been marked for deletion.ObjectNotAttachedToSessionException
- If this method is called when the object has been removed from it's session.
-
getFailOverSpoolListRetrievalProcessServer
ProcessServer getFailOverSpoolListRetrievalProcessServer()
Get the FailOverSpoolListRetrievalProcessServer.- Returns:
- FailOverSpoolListRetrievalProcessServer
- Throws:
ObjectDeletedException
- If this method is called when the object has been marked for deletion.ObjectNotAttachedToSessionException
- If this method is called when the object has been removed from it's session.
-
getCcmsJobDefinition
JobDefinition getCcmsJobDefinition()
Get the CcmsJobDefinition.- Returns:
- CcmsJobDefinition
- Throws:
ObjectDeletedException
- If this method is called when the object has been marked for deletion.ObjectNotAttachedToSessionException
- If this method is called when the object has been removed from it's session.
-
setProcessServer
void setProcessServer(ProcessServer newProcessServer)
Set the value for ProcessServer. This value is mandatory.- Parameters:
newProcessServer
- is the object to set ProcessServer to. Link the SAP system to its corresponding process server. If this isnull
, then the object cannot be persisted.
-
setQueue
void setQueue(Queue newQueue)
Set the value for Queue. This value is mandatory.- Parameters:
newQueue
- is the object to set Queue to. Link the SAP system to its corresponding default queue. If this isnull
, then the object cannot be persisted.
-
setDefaultJobTimeZone
void 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 isnull
, then the object cannot be persisted.
-
setSpoolListRetrievalProcessServer
void setSpoolListRetrievalProcessServer(ProcessServer newSpoolListRetrievalProcessServer)
Set the value for SpoolListRetrievalProcessServer. This value is optional.- Parameters:
newSpoolListRetrievalProcessServer
- is the object to set SpoolListRetrievalProcessServer to. Assign a different Process Server to perform SAP job output retrieval
-
setFailOverSpoolListRetrievalProcessServer
void setFailOverSpoolListRetrievalProcessServer(ProcessServer newFailOverSpoolListRetrievalProcessServer)
Set the value for FailOverSpoolListRetrievalProcessServer. This value is optional.- Parameters:
newFailOverSpoolListRetrievalProcessServer
- is the object to set FailOverSpoolListRetrievalProcessServer to. Assign a failover Process Server to perform SAP job output retrieval
-
setCcmsJobDefinition
void setCcmsJobDefinition(JobDefinition newCcmsJobDefinition)
Set the value for CcmsJobDefinition. This value is optional.- Parameters:
newCcmsJobDefinition
- is the object to set CcmsJobDefinition to. Assign a different Ccms Job definition to SAP System
-
getSAPAbapPrograms
RWIterable<SAPAbapProgram> getSAPAbapPrograms()
Get anRWIterable
over an ordered collection ofSAPAbapPrograms
. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull
. ABAP Programs imported from the SAP system.- Specified by:
getSAPAbapPrograms
in interfaceSAPSystemComp
- Returns:
- An
RWIterable
over an ordered collection ofSAPAbapProgram
objects .
-
createSAPAbapProgram
SAPAbapProgram createSAPAbapProgram()
Create a newSAPAbapProgram
linked to this object.- Returns:
- a new
SAPAbapProgram
.
-
getSAPAbapProgramByName
SAPAbapProgram getSAPAbapProgramByName(String name)
Get the SAPAbapProgram by NameSAPSystem.- Parameters:
name
-- Returns:
- the SAPAbapProgram, or
null
if it could not be found
-
getSAPApplicationServers
RWIterable<SAPApplicationServer> getSAPApplicationServers()
Get anRWIterable
over an ordered collection ofSAPApplicationServers
. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull
. The SAP Application Servers of this SAPSystem.- Specified by:
getSAPApplicationServers
in interfaceSAPSystemComp
- Returns:
- An
RWIterable
over an ordered collection ofSAPApplicationServer
objects .
-
createSAPApplicationServer
SAPApplicationServer createSAPApplicationServer()
Create a newSAPApplicationServer
linked to this object.- Returns:
- a new
SAPApplicationServer
.
-
getSAPApplicationServerByName
SAPApplicationServer getSAPApplicationServerByName(String name)
Get the SAPApplicationServer by NameSAPSystem.- Parameters:
name
-- Returns:
- the SAPApplicationServer, or
null
if it could not be found
-
getSAPApplicationServerGroups
RWIterable<SAPApplicationServerGroup> getSAPApplicationServerGroups()
Get anRWIterable
over an ordered collection ofSAPApplicationServerGroups
. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull
. The SAP Application Server Groups of this SAP System.- Specified by:
getSAPApplicationServerGroups
in interfaceSAPSystemComp
- Returns:
- An
RWIterable
over an ordered collection ofSAPApplicationServerGroup
objects .
-
createSAPApplicationServerGroup
SAPApplicationServerGroup createSAPApplicationServerGroup()
Create a newSAPApplicationServerGroup
linked to this object.- Returns:
- a new
SAPApplicationServerGroup
.
-
getSAPApplicationServerGroupByName
SAPApplicationServerGroup getSAPApplicationServerGroupByName(String name)
Get the SAPApplicationServerGroup by NameSAPSystem.- Parameters:
name
-- Returns:
- the SAPApplicationServerGroup, or
null
if it could not be found
-
getSAPArchiveObjects
RWIterable<SAPArchiveObject> getSAPArchiveObjects()
Get anRWIterable
over an ordered collection ofSAPArchiveObjects
. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull
. Archive objects imported from the SAP system.- Specified by:
getSAPArchiveObjects
in interfaceSAPSystemComp
- Returns:
- An
RWIterable
over an ordered collection ofSAPArchiveObject
objects .
-
createSAPArchiveObject
SAPArchiveObject createSAPArchiveObject()
Create a newSAPArchiveObject
linked to this object.- Returns:
- a new
SAPArchiveObject
.
-
getSAPArchiveObjectByName
SAPArchiveObject getSAPArchiveObjectByName(String name)
Get the SAPArchiveObject by NameSAPSystem.- Parameters:
name
-- Returns:
- the SAPArchiveObject, or
null
if it could not be found
-
getSAPBatchEvents
RWIterable<SAPBatchEvent> getSAPBatchEvents()
Get anRWIterable
over an ordered collection ofSAPBatchEvents
. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull
. SAP Batch Events- Specified by:
getSAPBatchEvents
in interfaceSAPSystemComp
- Returns:
- An
RWIterable
over an ordered collection ofSAPBatchEvent
objects .
-
createSAPBatchEvent
SAPBatchEvent createSAPBatchEvent()
Create a newSAPBatchEvent
linked to this object.- Returns:
- a new
SAPBatchEvent
.
-
getSAPBatchEventByName
SAPBatchEvent getSAPBatchEventByName(String name)
Get the SAPBatchEvent by NameSAPBatchEvent.- Parameters:
name
-- Returns:
- the SAPBatchEvent, or
null
if it could not be found
-
getSAPCalendars
RWIterable<SAPCalendar> getSAPCalendars()
Get anRWIterable
over an ordered collection ofSAPCalendars
. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull
. SAP Calendars- Specified by:
getSAPCalendars
in interfaceSAPSystemComp
- Returns:
- An
RWIterable
over an ordered collection ofSAPCalendar
objects .
-
createSAPCalendar
SAPCalendar createSAPCalendar()
Create a newSAPCalendar
linked to this object.- Returns:
- a new
SAPCalendar
.
-
getSAPCalendarByTypeIdentYear
SAPCalendar getSAPCalendarByTypeIdentYear(String type, String ident, Long year)
Get the SAPCalendar by TypeIdentYearSAPSystem.- Parameters:
type
-ident
-year
-- Returns:
- the SAPCalendar, or
null
if it could not be found
-
getSAPExternalCommands
RWIterable<SAPExternalCommand> getSAPExternalCommands()
Get anRWIterable
over an ordered collection ofSAPExternalCommands
. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull
. External Commands imported from the SAP system.- Specified by:
getSAPExternalCommands
in interfaceSAPSystemComp
- Returns:
- An
RWIterable
over an ordered collection ofSAPExternalCommand
objects .
-
createSAPExternalCommand
SAPExternalCommand createSAPExternalCommand()
Create a newSAPExternalCommand
linked to this object.- Returns:
- a new
SAPExternalCommand
.
-
getSAPExternalCommandByNameOsType
SAPExternalCommand getSAPExternalCommandByNameOsType(String name, String osType)
Get the SAPExternalCommand by NameSAPSystem.- Parameters:
name
-osType
-- Returns:
- the SAPExternalCommand, or
null
if it could not be found
-
getSAPInfoPackages
RWIterable<SAPInfoPackage> getSAPInfoPackages()
Get anRWIterable
over an ordered collection ofSAPInfoPackages
. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull
. InfoPackages imported from the SAP system.- Specified by:
getSAPInfoPackages
in interfaceSAPSystemComp
- Returns:
- An
RWIterable
over an ordered collection ofSAPInfoPackage
objects .
-
createSAPInfoPackage
SAPInfoPackage createSAPInfoPackage()
Create a newSAPInfoPackage
linked to this object.- Returns:
- a new
SAPInfoPackage
.
-
getSAPInfoPackageByName
SAPInfoPackage getSAPInfoPackageByName(String name)
Get the SAPInfoPackage by NameSAPSystem.- Parameters:
name
-- Returns:
- the SAPInfoPackage, or
null
if it could not be found
-
getSAPInfoPackageGroups
RWIterable<SAPInfoPackageGroup> getSAPInfoPackageGroups()
Get anRWIterable
over an ordered collection ofSAPInfoPackageGroups
. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull
. InfoPackageGroups imported from the SAP system.- Specified by:
getSAPInfoPackageGroups
in interfaceSAPSystemComp
- Returns:
- An
RWIterable
over an ordered collection ofSAPInfoPackageGroup
objects .
-
createSAPInfoPackageGroup
SAPInfoPackageGroup createSAPInfoPackageGroup()
Create a newSAPInfoPackageGroup
linked to this object.- Returns:
- a new
SAPInfoPackageGroup
.
-
getSAPInfoPackageGroupByName
SAPInfoPackageGroup getSAPInfoPackageGroupByName(String name)
Get the SAPInfoPackageGroup by NameSAPSystem.- Parameters:
name
-- Returns:
- the SAPInfoPackageGroup, or
null
if it could not be found
-
getSAPJ2EEClients
RWIterable<SAPJ2EEClient> getSAPJ2EEClients()
Get anRWIterable
over an ordered collection ofSAPJ2EEClients
. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull
. Collection of J2EE client settings for a SAP system.- Specified by:
getSAPJ2EEClients
in interfaceSAPSystemComp
- Returns:
- An
RWIterable
over an ordered collection ofSAPJ2EEClient
objects .
-
createSAPJ2EEClient
SAPJ2EEClient createSAPJ2EEClient()
Create a newSAPJ2EEClient
linked to this object.- Returns:
- a new
SAPJ2EEClient
.
-
getSAPPIChannels
RWIterable<SAPPIChannel> getSAPPIChannels()
Get anRWIterable
over an ordered collection ofSAPPIChannels
. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull
. Collection of SAP PI channels for a SAP system.- Specified by:
getSAPPIChannels
in interfaceSAPSystemComp
- Returns:
- An
RWIterable
over an ordered collection ofSAPPIChannel
objects .
-
createSAPPIChannel
SAPPIChannel createSAPPIChannel()
Create a newSAPPIChannel
linked to this object.- Returns:
- a new
SAPPIChannel
.
-
getSAPPIChannelByChannelId
SAPPIChannel getSAPPIChannelByChannelId(String channelId)
Get the SAPPIChannel by ChannelIdSAPSystem.- Parameters:
channelId
-- Returns:
- the SAPPIChannel, or
null
if it could not be found
-
getSAPLogErrors
RWIterable<SAPLogError> getSAPLogErrors()
Get anRWIterable
over an ordered collection ofSAPLogErrors
. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull
. T100 messages- Specified by:
getSAPLogErrors
in interfaceSAPSystemComp
- Returns:
- An
RWIterable
over an ordered collection ofSAPLogError
objects .
-
createSAPLogError
SAPLogError createSAPLogError()
Create a newSAPLogError
linked to this object.- Returns:
- a new
SAPLogError
.
-
getSAPMassActivities
RWIterable<SAPMassActivity> getSAPMassActivities()
Get anRWIterable
over an ordered collection ofSAPMassActivities
. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull
. Mass activities imported from the SAP system.- Specified by:
getSAPMassActivities
in interfaceSAPSystemComp
- Returns:
- An
RWIterable
over an ordered collection ofSAPMassActivity
objects .
-
createSAPMassActivity
SAPMassActivity createSAPMassActivity()
Create a newSAPMassActivity
linked to this object.- Returns:
- a new
SAPMassActivity
.
-
getSAPMassActivityByName
SAPMassActivity getSAPMassActivityByName(String name)
Get the SAPMassActivity by NameSAPSystem.- Parameters:
name
-- Returns:
- the SAPMassActivity, or
null
if it could not be found
-
getSAPOutputDevices
RWIterable<SAPOutputDevice> getSAPOutputDevices()
Get anRWIterable
over an ordered collection ofSAPOutputDevices
. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull
. Output devices imported from the SAP system.- Specified by:
getSAPOutputDevices
in interfaceSAPSystemComp
- Returns:
- An
RWIterable
over an ordered collection ofSAPOutputDevice
objects .
-
createSAPOutputDevice
SAPOutputDevice createSAPOutputDevice()
Create a newSAPOutputDevice
linked to this object.- Returns:
- a new
SAPOutputDevice
.
-
getSAPOutputDeviceByName
SAPOutputDevice getSAPOutputDeviceByName(String name)
Get the SAPOutputDevice by NameSAPSystem.- Parameters:
name
-- Returns:
- the SAPOutputDevice, or
null
if it could not be found
-
getSAPProcessChains
RWIterable<SAPProcessChain> getSAPProcessChains()
Get anRWIterable
over an ordered collection ofSAPProcessChains
. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull
. ProcessChain imported from the SAP system.- Specified by:
getSAPProcessChains
in interfaceSAPSystemComp
- Returns:
- An
RWIterable
over an ordered collection ofSAPProcessChain
objects .
-
createSAPProcessChain
SAPProcessChain createSAPProcessChain()
Create a newSAPProcessChain
linked to this object.- Returns:
- a new
SAPProcessChain
.
-
getSAPProcessChainByName
SAPProcessChain getSAPProcessChainByName(String name)
Get the SAPProcessChain by NameSAPSystem.- Parameters:
name
-- Returns:
- the SAPProcessChain, or
null
if it could not be found
-
getSAPRecipients
RWIterable<SAPRecipient> getSAPRecipients()
Get anRWIterable
over an ordered collection ofSAPRecipients
. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull
. SAP Recipients- Specified by:
getSAPRecipients
in interfaceSAPSystemComp
- Returns:
- An
RWIterable
over an ordered collection ofSAPRecipient
objects .
-
createSAPRecipient
SAPRecipient createSAPRecipient()
Create a newSAPRecipient
linked to this object.- Returns:
- a new
SAPRecipient
.
-
getSAPRecipientByNameTypeClientNumber
SAPRecipient getSAPRecipientByNameTypeClientNumber(String name, SAPRecipientType type, String clientNumber)
Get the SAPRecipient by NameSAPSystem.- Parameters:
name
-type
-clientNumber
-- Returns:
- the SAPRecipient, or
null
if it could not be found
-
getSAPRecipientBySearchNameTypeClientNumber
SAPRecipient getSAPRecipientBySearchNameTypeClientNumber(String searchName, SAPRecipientType type, String clientNumber)
Get the SAPRecipient by SearchNameSAPSystem.- Parameters:
searchName
-type
-clientNumber
-- Returns:
- the SAPRecipient, or
null
if it could not be found
-
getSAPXAL
SAPXAL getSAPXAL()
Get the SAPXAL. XAL settings for a SAP system.- Returns:
- nullSAPXAL
- Throws:
ObjectDeletedException
- If this method is called when the object has been marked for deletion.ObjectNotAttachedToSessionException
- If this method is called when the object has been removed from it's session.
-
createSAPXAL
SAPXAL createSAPXAL()
Create a newSAPXAL
linked to this object.- Returns:
- a new
SAPXAL
.
-
getSAPXBPs
RWIterable<SAPXBP> getSAPXBPs()
Get anRWIterable
over an ordered collection ofSAPXBPs
. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull
. Collection of XBP settings for a SAP system.- Specified by:
getSAPXBPs
in interfaceSAPSystemComp
- Returns:
- An
RWIterable
over an ordered collection ofSAPXBP
objects .
-
createSAPXBP
SAPXBP createSAPXBP()
Create a newSAPXBP
linked to this object.- Returns:
- a new
SAPXBP
.
-
getSAPXBPEventRules
RWIterable<SAPXBPEventRule> getSAPXBPEventRules()
Get anRWIterable
over an ordered collection ofSAPXBPEventRules
. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull
. Collection of XBP settings for a SAP system.- Specified by:
getSAPXBPEventRules
in interfaceSAPSystemComp
- Returns:
- An
RWIterable
over an ordered collection ofSAPXBPEventRule
objects .
-
createSAPXBPEventRule
SAPXBPEventRule createSAPXBPEventRule()
Create a newSAPXBPEventRule
linked to this object.- Returns:
- a new
SAPXBPEventRule
.
-
getSAPXBPJobControlRules
RWIterable<SAPXBPJobControlRule> getSAPXBPJobControlRules()
Get anRWIterable
over a collection ofSAPXBPJobControlRules
, 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 XBP settings for a SAP system.- Specified by:
getSAPXBPJobControlRules
in interfaceSAPSystemComp
- Returns:
- An
RWIterable
over a collection ofSAPXBPJobControlRule
objects , the collection will be ordered by ProcessingOrder.
-
createSAPXBPJobControlRule
SAPXBPJobControlRule createSAPXBPJobControlRule()
Create a newSAPXBPJobControlRule
linked to this object.- Returns:
- a new
SAPXBPJobControlRule
.
-
getSAPXMW
SAPXMW getSAPXMW()
Get the SAPXMW. XMW settings for a SAP system.- Returns:
- nullSAPXMW
- Throws:
ObjectDeletedException
- If this method is called when the object has been marked for deletion.ObjectNotAttachedToSessionException
- If this method is called when the object has been removed from it's session.
-
createSAPXMW
SAPXMW createSAPXMW()
Create a newSAPXMW
linked to this object.- Returns:
- a new
SAPXMW
.
-
getSAPLanguages
RWIterable<SAPLanguage> getSAPLanguages()
Get anRWIterable
over a collection ofSAPLanguages
, the collection will be ordered by Name. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull
. Languages the SAP system.- Specified by:
getSAPLanguages
in interfaceSAPSystemComp
- Returns:
- An
RWIterable
over a collection ofSAPLanguage
objects , the collection will be ordered by Name.
-
createSAPLanguage
SAPLanguage createSAPLanguage()
Create a newSAPLanguage
linked to this object.- Returns:
- a new
SAPLanguage
.
-
getSAPLanguageBySAPLanguage
SAPLanguage getSAPLanguageBySAPLanguage(String sAPLanguage)
Get the SAPLanguage by SAPLanguageSAPSystem.- Parameters:
sAPLanguage
-- Returns:
- the SAPLanguage, or
null
if it could not be found
-
checkCreatePrivilege
RequiredPermission checkCreatePrivilege()
Check whether or not the create action can be performed on this object.- Returns:
- a
RequiredPermission
instance indicating whether the current user has the privilege. To check this, use isAllowed() on the returned permission.
-
checkViewPrivilege
RequiredPermission checkViewPrivilege()
Check whether or not the view action can be performed on this object.- Returns:
- a
RequiredPermission
instance indicating whether the current user has the privilege. To check this, use isAllowed() on the returned permission.
-
checkEditPrivilege
RequiredPermission checkEditPrivilege()
Check whether or not the edit action can be performed on this object.- Returns:
- a
RequiredPermission
instance indicating whether the current user has the privilege. To check this, use isAllowed() on the returned permission.
-
checkBusinessAutomationAPIPrivilege
RequiredPermission checkBusinessAutomationAPIPrivilege()
Check whether or not the businessAutomationAPI action can be performed on this object.- Returns:
- a
RequiredPermission
instance indicating whether the current user has the privilege. To check this, use isAllowed() on the returned permission.
-
checkDeletePrivilege
RequiredPermission checkDeletePrivilege()
Check whether or not the delete action can be performed on this object.- Returns:
- a
RequiredPermission
instance indicating whether the current user has the privilege. To check this, use isAllowed() on the returned permission.
-
-