public static class ProcessScope.Builder extends Object
ProcessScope
instance.ProcessScope.builder()
Modifier and Type | Method and Description |
---|---|
ProcessScope.Builder |
association(AssociationType... associationTypes)
Adds supported association types into the scope being configured.
|
ProcessScope.Builder |
associationAndLinks(AssociationType... associationTypes)
Adds supported association types and all their associated link types into the scope being configured.
|
ProcessScope |
build()
Creates a
ProjectScope instance based on current builder configuration. |
ProcessScope.Builder |
link(LinkType... linkTypes)
Adds supported link types into the scope being configured.
|
public ProcessScope.Builder association(AssociationType... associationTypes)
associationTypes
- additional supported association types.AssociationType.getBackAssociation()
,
link(LinkType...)
public ProcessScope.Builder associationAndLinks(AssociationType... associationTypes)
associationTypes
- additional supported association types and their link types.AssociationType.getBackAssociation()
public ProcessScope.Builder link(LinkType... linkTypes)
linkTypes
- additional supported link types.LinkType.getBacklink()
public ProcessScope build()
ProjectScope
instance based on current builder configuration.ProjectScope
instance.