Annotation Type CometFindStatement
-
@Inherited @Documented @Retention(RUNTIME) @Target(METHOD) public @interface CometFindStatementThe CometFindStatement annotations allows to add processing instructions to Plugin methods of type
FIND_STATEMENT.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description CometFindStatement.DomaindomainCometFindStatement.HierarchyhierarchyWhich hierarchy to show, BUCKET for all descendants, PLANNING for only planned.
-
-
-
Element Detail
-
hierarchy
CometFindStatement.Hierarchy hierarchy
Which hierarchy to show, BUCKET for all descendants, PLANNING for only planned. Defaults to BUCKET.
- Returns:
- hierarchy
- Default:
- com.priint.pubserver.comet.bridge.CometFindStatement.Hierarchy.BUCKET
-
-
-
domain
CometFindStatement.Domain domain
- Default:
- com.priint.pubserver.comet.bridge.CometFindStatement.Domain.PRODUCT
-
-