public class ApplySecurityTemplate extends PendingAction
ApplySecurityTemplate
, which is then added to the underlying
object's PendingActions
collection.Constructor and Description |
---|
ApplySecurityTemplate(Id applyStateId)
Creates a new instance of an
ApplySecurityTemplate pending
action object initialized with the specified versioning state identifier. |
Modifier and Type | Method and Description |
---|---|
Id |
getApplyStateId()
Returns an identifier for the versioning state to be applied to the
underlying object for this pending action.
|
getBinaryListValue, getBinaryValue, getBooleanListValue, getBooleanValue, getDateTimeListValue, getDateTimeValue, getEngineObjectValue, getFloat64ListValue, getFloat64Value, getIdListValue, getIdValue, getInteger32ListValue, getInteger32Value, getObjectValue, getStringListValue, getStringValue, putObjectValue, putValue, putValue, putValue, putValue, putValue, putValue, putValue, putValue, putValue, putValue, putValue, putValue, putValue, putValue, putValue, toString
public ApplySecurityTemplate(Id applyStateId)
ApplySecurityTemplate
pending
action object initialized with the specified versioning state identifier.
For a versioning security template, valid versioning state identifiers are:
VersionStatusId.IN_PROCESS
VersionStatusId.RELEASED
VersionStatusId.RESERVATION
VersionStatusId.SUPERSEDED
For an application security template, the returned value corresponds to a user-defined ID managed by your application.
applyStateId
- The ID of the versioning state identifier.public Id getApplyStateId()
© Copyright IBM Corporation 2006, 2015. All rights reserved.