Pakket | com.adobe.solutions.rca.constant |
Klasse | public class AuthorStatus |
Overerving | AuthorStatus Object |
Subklassen | LocalizedAuthorStatus |
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10.0 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
AuthorStatus
Enum.
Methode | Gedefinieerd door | ||
---|---|---|---|
The constructor for AuthorStatus class. | AuthorStatus | ||
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
Constante | Gedefinieerd door | ||
---|---|---|---|
APPROVED_BY_INITIATOR : String = "APPROVED_BY_INITIATOR" [statisch]
APPROVED_BY_INITIATOR implies that content submitted by author has been approved by initiator. | AuthorStatus | ||
COMPLETED : String = "COMPLETED" [statisch]
COMPLETED status implies that author has completed the creation task. | AuthorStatus | ||
DECLINE : String = "DECLINE" [statisch]
DECLINE status implies that task has been declined by the author. | AuthorStatus | ||
PENDING : String = "PENDING" [statisch]
PENDING status implies that the task is waiting for action in the queue of the author. | AuthorStatus | ||
TERMINATED : String = "TERMINATED" [statisch]
TERMINATED status implies that task has been terminated. | AuthorStatus | ||
TYPES : Array [statisch]
Utility array containing all the valid values of author status. | AuthorStatus | ||
UNDER_REVIEW : String = "UNDER_REVIEW" [statisch]
UNDER_REVIEW status implies that task has been submitted by tha author and is currently reviewed by workflow initiator. | AuthorStatus |
AuthorStatus | () | Constructor |
public function AuthorStatus()
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10.0 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
The constructor for AuthorStatus
class.
Verwante API-elementen
APPROVED_BY_INITIATOR | Constante |
public static const APPROVED_BY_INITIATOR:String = "APPROVED_BY_INITIATOR"
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
APPROVED_BY_INITIATOR
implies that content submitted by author has been approved by initiator.
Verwante API-elementen
COMPLETED | Constante |
public static const COMPLETED:String = "COMPLETED"
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
COMPLETED
status implies that author has completed the creation task.
DECLINE | Constante |
public static const DECLINE:String = "DECLINE"
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
DECLINE
status implies that task has been declined by the author.
PENDING | Constante |
public static const PENDING:String = "PENDING"
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
PENDING
status implies that the task is waiting for action in the queue of the author.
TERMINATED | Constante |
public static const TERMINATED:String = "TERMINATED"
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
TERMINATED
status implies that task has been terminated.
TYPES | Constante |
public static const TYPES:Array
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
Utility array containing all the valid values of author status.
UNDER_REVIEW | Constante |
public static const UNDER_REVIEW:String = "UNDER_REVIEW"
Taalversie: | ActionScript 3.0 |
Productversie: | Review, Commenting, and Approval Building Block 10 |
Runtimeversies: | Flash Player 10.2, AIR (unsupported) |
UNDER_REVIEW
status implies that task has been submitted by tha author and is currently reviewed by workflow initiator.
Verwante API-elementen
Wed Jun 13 2018, 11:42 AM Z