Pacote | com.adobe.ep.ux.content.model.relation |
Classe | public class RelationParameters |
Herança | RelationParameters Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Propriedades públicas
Propriedade | Definido por | ||
---|---|---|---|
constructor : Object
Uma referência ao objeto de classe ou à função de construtor de uma determinada ocorrência de objeto. | Object | ||
cutPoints : String
specify the level upto which objects are to be fetched and the properties that need to be fetched. | RelationParameters | ||
includeContent : Boolean = false
This parameter specifies whether the content has to be retrieved or not
| RelationParameters | ||
maxSize : int = 2.147483647E9
maximum number of results to be returned. | RelationParameters | ||
startOffset : int = 0
The starting offset from which results need to be returned. | RelationParameters |
Métodos públicos
Método | Definido por | ||
---|---|---|---|
Constructor. | RelationParameters | ||
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 |
Detalhes da propriedade
cutPoints | propriedade |
public var cutPoints:String
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
specify the level upto which objects are to be fetched and the properties that need to be fetched.
includeContent | propriedade |
public var includeContent:Boolean = false
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
This parameter specifies whether the content has to be retrieved or not
maxSize | propriedade |
public var maxSize:int = 2.147483647E9
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
maximum number of results to be returned.
startOffset | propriedade |
public var startOffset:int = 0
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
The starting offset from which results need to be returned.
Detalhes do construtor
RelationParameters | () | Construtor |
public function RelationParameters()
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | Adobe Digital Enterprise Platform Experience Services - Content 10 |
Versões de runtime: | Flash Player 10.2, AIR (unsupported) |
Constructor.
Wed Jun 13 2018, 11:10 AM Z