Package org.alfresco.cmis.dsl
Class BaseObjectType
java.lang.Object
org.alfresco.cmis.dsl.BaseObjectType
DSL for preparing calls on getting the type children of a type.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoesNotHaveChildren(String objectTypeID) Example of objectTypeID: "D:trx:transferReport" - seeObjectTypeHelper"D:trx:tempTransferStore" "D:imap:imapAttach"doesNotHaveDescendantType(int depth, String... objectTypeIDs) Assert that specified descendantType is NOT present in the depth of tree Depth can be -1 or >= 1 Example of objectTypeID: "D:trx:transferReport" - seeObjectTypeHelper"D:trx:tempTransferStore" "D:imap:imapAttach"hasChildren(String objectTypeID) Example of objectTypeID: "D:trx:transferReport" - seeObjectTypeHelper"D:trx:tempTransferStore" "D:imap:imapAttach"hasDescendantType(int depth, String... objectTypeIDs) Assert that specified descendantType is present in the depth of tree Depth can be -1 or >= 1 Example of objectTypeID: "D:trx:transferReport" - seeObjectTypeHelper"D:trx:tempTransferStore" "D:imap:imapAttach"
-
Constructor Details
-
BaseObjectType
-
-
Method Details
-
withPropertyDefinitions
-
withoutPropertyDefinitions
-
hasChildren
Example of objectTypeID: "D:trx:transferReport" - seeObjectTypeHelper"D:trx:tempTransferStore" "D:imap:imapAttach"- Parameters:
objectTypeID-
-
doesNotHaveChildren
Example of objectTypeID: "D:trx:transferReport" - seeObjectTypeHelper"D:trx:tempTransferStore" "D:imap:imapAttach"- Parameters:
objectTypeID-
-
hasDescendantType
Assert that specified descendantType is present in the depth of tree Depth can be -1 or >= 1 Example of objectTypeID: "D:trx:transferReport" - seeObjectTypeHelper"D:trx:tempTransferStore" "D:imap:imapAttach"- Parameters:
objectTypeID-depth-- Returns:
-
doesNotHaveDescendantType
Assert that specified descendantType is NOT present in the depth of tree Depth can be -1 or >= 1 Example of objectTypeID: "D:trx:transferReport" - seeObjectTypeHelper"D:trx:tempTransferStore" "D:imap:imapAttach"- Parameters:
objectTypeID-depth-- Returns:
-