Pacote | com.adobe.solutions.rca.constant |
Classe | public class AuthorStatus |
Herança | AuthorStatus Object |
Subclasses | LocalizedAuthorStatus |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10.0 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
AuthorStatus
Enum.
Método | Definido por | ||
---|---|---|---|
The constructor for AuthorStatus class. | AuthorStatus | ||
Indica se um objeto tem uma propriedade especificada definida. | Object | ||
Indica se uma ocorrência da classe Object está na cadeia de protótipos do objeto especificado como o parâmetro. | Object | ||
Indica se a propriedade especificada existe e é enumerável. | Object | ||
Define a disponibilidade de uma propriedade dinâmica para operações de repetição. | Object | ||
Retorna a representação da string deste objeto, formatado segundo as convenções específicas para a localidade. | Object | ||
Retorna a representação de string do objeto especificado. | Object | ||
Retorna o valor primitivo do objeto especificado. | Object |
Constante | Definido por | ||
---|---|---|---|
APPROVED_BY_INITIATOR : String = "APPROVED_BY_INITIATOR" [estático]
APPROVED_BY_INITIATOR implies that content submitted by author has been approved by initiator. | AuthorStatus | ||
COMPLETED : String = "COMPLETED" [estático]
COMPLETED status implies that author has completed the creation task. | AuthorStatus | ||
DECLINE : String = "DECLINE" [estático]
DECLINE status implies that task has been declined by the author. | AuthorStatus | ||
PENDING : String = "PENDING" [estático]
PENDING status implies that the task is waiting for action in the queue of the author. | AuthorStatus | ||
TERMINATED : String = "TERMINATED" [estático]
TERMINATED status implies that task has been terminated. | AuthorStatus | ||
TYPES : Array [estático]
Utility array containing all the valid values of author status. | AuthorStatus | ||
UNDER_REVIEW : String = "UNDER_REVIEW" [estático]
UNDER_REVIEW status implies that task has been submitted by tha author and is currently reviewed by workflow initiator. | AuthorStatus |
AuthorStatus | () | Construtor |
public function AuthorStatus()
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10.0 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
The constructor for AuthorStatus
class.
Elementos da API relacionados
APPROVED_BY_INITIATOR | Constante |
public static const APPROVED_BY_INITIATOR:String = "APPROVED_BY_INITIATOR"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
APPROVED_BY_INITIATOR
implies that content submitted by author has been approved by initiator.
Elementos da API relacionados
COMPLETED | Constante |
public static const COMPLETED:String = "COMPLETED"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
COMPLETED
status implies that author has completed the creation task.
DECLINE | Constante |
public static const DECLINE:String = "DECLINE"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10 |
Versões de runtime: | 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"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10 |
Versões de runtime: | 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"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
TERMINATED
status implies that task has been terminated.
TYPES | Constante |
public static const TYPES:Array
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10 |
Versões de runtime: | 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"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Review, Commenting, and Approval Building Block 10 |
Versões de runtime: | 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.
Elementos da API relacionados
Wed Jun 13 2018, 11:10 AM Z