public static enum ParentTypeActionEvaluator.ParentTypeEnum extends Enum<ParentTypeActionEvaluator.ParentTypeEnum>
MultiFilingServicePort| Enum Constant and Description |
|---|
MULTI_FILED
One or more parents, which are not primary (see
MultiFilingServicePort.addObjectToFolder(String, String, String, Boolean, javax.xml.ws.Holder) and
MultiFilingServicePort.removeObjectFromFolder(String, String, String, javax.xml.ws.Holder)) |
PRIMARY_REPOSITORY_ROOT
Default repository root only as primary parent
|
REPOSITORY_ROOT
Default repository root as a primary or one of the multi filed parents
|
| Modifier and Type | Method and Description |
|---|---|
static ParentTypeActionEvaluator.ParentTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParentTypeActionEvaluator.ParentTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParentTypeActionEvaluator.ParentTypeEnum MULTI_FILED
MultiFilingServicePort.addObjectToFolder(String, String, String, Boolean, javax.xml.ws.Holder) and
MultiFilingServicePort.removeObjectFromFolder(String, String, String, javax.xml.ws.Holder))public static final ParentTypeActionEvaluator.ParentTypeEnum REPOSITORY_ROOT
public static final ParentTypeActionEvaluator.ParentTypeEnum PRIMARY_REPOSITORY_ROOT
public static ParentTypeActionEvaluator.ParentTypeEnum[] values()
for (ParentTypeActionEvaluator.ParentTypeEnum c : ParentTypeActionEvaluator.ParentTypeEnum.values()) System.out.println(c);
public static ParentTypeActionEvaluator.ParentTypeEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 2005–2014 Alfresco Software. All rights reserved.