Package wt.viewmarkup
Class PublishCloudEntry
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.fc._Item
wt.fc.Item
wt.viewmarkup._PublishCloudEntry
wt.viewmarkup.PublishCloudEntry
- All Implemented Interfaces:
Externalizable,Serializable,wt.access._AccessControlled,wt.access._PolicyAccessControlled,wt.access._SecurityLabeled,AccessControlled,wt.access.PolicyAccessControlled,SecurityLabeled,wt.admin._DomainAdministered,DomainAdministered,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,wt.fc.adminlock._AdministrativelyLockable,AdministrativelyLockable,NetFactor,ObjectMappable,Persistable,DisplayIdentification,wt.locks._Lockable,Lockable
@GenAsPersistable(superClass=Item.class,interfaces=Lockable.class,properties={@GeneratedProperty(name="startExec",type=java.sql.Timestamp.class,javaDoc="Time that execution started.",accessors=@PropertyAccessors(setExceptions={})),@GeneratedProperty(name="endExec",type=java.sql.Timestamp.class,javaDoc="Time execution finished (COMPLETED or FAILED).",accessors=@PropertyAccessors(setExceptions={})),@GeneratedProperty(name="entryOwner",type=WTPrincipalReference.class,accessors=@PropertyAccessors(setExceptions={})),@GeneratedProperty(name="statusInfo",type=wt.viewmarkup.PublishEntryStatusInfo.class,accessors=@PropertyAccessors(setExceptions={})),@GeneratedProperty(name="cloudEntryNumber",type=java.lang.Long.class,accessors=@PropertyAccessors(setExceptions={}),constraints=@PropertyConstraints(required=true),columnProperties=@ColumnProperties(index=true,defaultValue="0")),@GeneratedProperty(name="failureCount",type=java.lang.Long.class,accessors=@PropertyAccessors(setExceptions={})),@GeneratedProperty(name="position",type=java.lang.Integer.class,accessors=@PropertyAccessors(setExceptions={})),@GeneratedProperty(name="args",type=java.io.Serializable.class,accessors=@PropertyAccessors(getAccess=PRIVATE),columnProperties=@ColumnProperties(columnType=INLINE_BLOB,oracleTableSize=HUGE)),@GeneratedProperty(name="vizServerJobId",type=java.lang.String.class,javaDoc="Holds the viz server job id."),@GeneratedProperty(name="priority",type=java.lang.String.class,javaDoc="Holds the priority of the job.",constraints=@PropertyConstraints(required=true)),@GeneratedProperty(name="dataStorageURL",type=java.lang.String.class,javaDoc="cloud storage location."),@GeneratedProperty(name="fileType",type=java.lang.String.class,javaDoc=" Hold the filetype of job.",constraints=@PropertyConstraints(required=true))})
public class PublishCloudEntry
extends wt.viewmarkup._PublishCloudEntry
The
PublishCloudEntry represents an individual processing request.
Each entry is associated to a cloud entry and can be
in one of the following states: SUBMITTED, RETRY, PREPROCESSED, EXECUTING, COMPLETED
and FAILED.
Use the newPublishCloudEntry static factory method(s), not the
PublishCloudEntry constructor, to construct instances of this class.
Instances must be constructed using the static factory(s), in order
to ensure proper initialization of the instance.
Supported API: true
Extendable: false
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the principal that owns the entry's execution.protected voidSupports initialization, following construction of an instance.static PublishCloudEntryConstructs a new entry representing a cloud publishing request.Methods inherited from class wt.fc.WTObject
getDisplayIdentifier, getDisplayIdentity, getDisplayTypeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.fc.Persistable
checkAttributes
-
Method Details
-
newPublishCloudEntry
Constructs a new entry representing a cloud publishing request.
Supported API: true- Returns:
- PublishCloudEntry
- Throws:
WTException
-
initialize
Supports initialization, following construction of an instance. Invoked by "new" factory having the same signature.
Supported API: true- Overrides:
initializein classItem- Throws:
WTException
-
getPrincipal
Returns the principal that owns the entry's execution. The access control for execution will be enforced relative to this principal.
Supported API: true- Returns:
- WTPrincipal
- Throws:
WTException
-