public static class ObjectReferences.JobUsingObjectStructure
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
long |
getAttributeLock()
Returns the number of references within this specific job of the attribute lock type.
|
long |
getCheckedOut()
Returns an indication of whether the object is currently checked out within this specific job.
|
java.lang.String |
getCheckedOutUserName()
Returns the name of the user who has the object checked out within this specific job.
|
long |
getCurrentDirectory()
Returns the number of references within this specific job of the current directory type.
|
long |
getExecute()
Returns the number of references within this specific job of the execute type.
|
long |
getExecuteReadShareWithNeitherReadersNorWriters()
Returns the number of references within this specific job of the execute/read, share with neither readers nor writers type.
|
long |
getExecuteReadShareWithReadersAndWriters()
Returns the number of references within this specific job of the execute/read, share with readers and writers type.
|
long |
getExecuteReadShareWithReadersOnly()
Returns the number of references within this specific job of the execute/read, share with readers only type.
|
long |
getExecuteReadShareWithWritersOnly()
Returns the number of references within this specific job of the execute/read, share with writers only type.
|
long |
getExecuteShareWithNeitherReadersNorWriters()
Returns the number of references within this specific job of the execute, share with neither readers nor writers type.
|
long |
getExecuteShareWithReadersAndWriters()
Returns the number of references within this specific job of the execute, share with readers and writers type.
|
long |
getExecuteShareWithReadersOnly()
Returns the number of references within this specific job of the execute, share with readers only type.
|
long |
getExecuteShareWithWritersOnly()
Returns the number of references within this specific job of the execute, share with writers only type.
|
long |
getFileServerReference()
Returns the number of references within this specific job of the file server reference type.
|
long |
getFileServerWorkingDirectory()
Returns the number of references within this specific job of the file server working directory type.
|
long |
getInternalSaveLock()
Returns the number of references within this specific job of the internal save lock type.
|
java.lang.String |
getJobName()
Returns the name of the job.
|
java.lang.String |
getJobNumber()
Returns the number associated with the job.
|
java.lang.String |
getJobUser()
Returns the user profile associated with the job.
|
long |
getLinkChangesLock()
Returns the number of references within this specific job of the link changes lock type.
|
long |
getReadOnly()
Returns the number of references within this specific job of the read only type.
|
long |
getReadOnlyShareWithNeitherReadersNorWriters()
Returns the number of references within this specific job of the read only, share with neither readers nor writers type.
|
long |
getReadOnlyShareWithReadersAndWriters()
Returns the number of references within this specific job of the read only, share with readers and writers type.
|
long |
getReadOnlyShareWithReadersOnly()
Returns the number of references within this specific job of the read only, share with readers only type.
|
long |
getReadOnlyShareWithWritersOnly()
Returns the number of references within this specific job of the read only, share with writers only type.
|
long |
getReadWrite()
Returns the number of references within this specific job of the read/write type.
|
long |
getReadWriteShareWithNeitherReadersNorWriters()
Returns the number of references within this specific job of the read/write, share with neither readers nor writers type.
|
long |
getReadWriteShareWithReadersAndWriters()
Returns the number of references within this specific job of the read/write, share with readers and writers type.
|
long |
getReadWriteShareWithReadersOnly()
Returns the number of references within this specific job of the read/write, share with readers only type.
|
long |
getReadWriteShareWithWritersOnly()
Returns the number of references within this specific job of the read/write, share with writers only type.
|
long |
getRootDirectory()
Returns the number of references within this specific job of the root directory type.
|
long |
getSaveLock()
Returns the number of references within this specific job of the save lock type.
|
ObjectReferences.SessionUsingObjectStructure[] |
getSessionUsingObjectStructures()
Returns information about the sessions that are known to be holding a reference on the object.
|
long |
getShareWithNeitherReadersNorWriters()
Returns the number of references within this specific job of the share with neither readers nor writers type.
|
long |
getShareWithReadersAndWriters()
Returns the number of references within this specific job of the share with readers and writers type.
|
long |
getShareWithReadersOnly()
Returns the number of references within this specific job of the share with readers only type.
|
long |
getShareWithWritersOnly()
Returns the number of references within this specific job of the share with writers only type.
|
long |
getWriteOnly()
Returns the number of references within this specific job of the write only type.
|
long |
getWriteOnlyShareWithNeitherReadersNorWriters()
Returns the number of references within this specific job of the write only, share with neither readers nor writers type.
|
long |
getWriteOnlyShareWithReadersAndWriters()
Returns the number of references within this specific job of the write only, share with readers and writers type.
|
long |
getWriteOnlyShareWithReadersOnly()
Returns the number of references within this specific job of the write only, share with readers only type.
|
long |
getWriteOnlyShareWithWritersOnly()
Returns the number of references within this specific job of the write only, share with writers only type.
|
public java.lang.String getJobName()
public java.lang.String getJobNumber()
public java.lang.String getJobUser()
public long getAttributeLock()
public long getCheckedOut()
public java.lang.String getCheckedOutUserName()
public long getCurrentDirectory()
public long getExecute()
public long getExecuteShareWithReadersOnly()
public long getExecuteShareWithReadersAndWriters()
public long getExecuteShareWithWritersOnly()
public long getExecuteShareWithNeitherReadersNorWriters()
public long getExecuteReadShareWithReadersOnly()
public long getExecuteReadShareWithReadersAndWriters()
public long getExecuteReadShareWithWritersOnly()
public long getExecuteReadShareWithNeitherReadersNorWriters()
public long getFileServerReference()
public long getFileServerWorkingDirectory()
public long getInternalSaveLock()
public long getLinkChangesLock()
public long getReadOnly()
public long getReadOnlyShareWithReadersOnly()
public long getReadOnlyShareWithReadersAndWriters()
public long getReadOnlyShareWithWritersOnly()
public long getReadOnlyShareWithNeitherReadersNorWriters()
public long getReadWrite()
public long getReadWriteShareWithReadersOnly()
public long getReadWriteShareWithReadersAndWriters()
public long getReadWriteShareWithWritersOnly()
public long getReadWriteShareWithNeitherReadersNorWriters()
public long getRootDirectory()
public long getSaveLock()
public long getShareWithReadersOnly()
public long getShareWithReadersAndWriters()
public long getShareWithWritersOnly()
public long getShareWithNeitherReadersNorWriters()
public long getWriteOnly()
public long getWriteOnlyShareWithReadersOnly()
public long getWriteOnlyShareWithReadersAndWriters()
public long getWriteOnlyShareWithWritersOnly()
public long getWriteOnlyShareWithNeitherReadersNorWriters()
public ObjectReferences.SessionUsingObjectStructure[] getSessionUsingObjectStructures()