Class ModelingContextSteps<M>
java.lang.Object
org.activiti.cloud.acc.modeling.steps.ModelingContextSteps<M>
- Direct Known Subclasses:
ModelingModelsSteps,ModelingProjectsSteps
Modeling context steps
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.springframework.hateoas.EntityModel<M> checkAndGetCurrentContext(Class<M> expectedCurrentContextClass) voidcheckExists(ModelingIdentifier<M> identifier) voidcheckExistsInCurrentContext(ModelingIdentifier<M> identifier) protected org.springframework.hateoas.EntityModel<M> protected StringcutQueryParams(String uri) voiddeleteAll(ModelingIdentifier<M> identifier) protected org.springframework.hateoas.EntityModel<M> booleanexists(ModelingIdentifier<M> identifier) protected booleanexistsInCollection(ModelingIdentifier<M> identifier, Collection<org.springframework.hateoas.EntityModel<M>> modelingObjects) booleanexistsInCurrentContext(ModelingIdentifier<M> identifier) protected org.springframework.hateoas.PagedModel<org.springframework.hateoas.EntityModel<M>> findAll()protected org.springframework.hateoas.PagedModel<org.springframework.hateoas.EntityModel<M>> findAllByUri(String uri) protected org.springframework.hateoas.EntityModel<M> protected Collection<org.springframework.hateoas.EntityModel<M>> org.activiti.cloud.modeling.api.ModelTypegetModelType(String modelType) getRel()getRelUri(org.springframework.hateoas.EntityModel<?> entityModel) protected StringmodelingUri(String uri) voidopenModelingObject(ModelingIdentifier<M> identifier) abstract <S extends FeignRestDataClient<S,M>>
Sservice()protected org.activiti.cloud.services.common.file.FileContenttoFileContent(feign.Response response) protected void
-
Field Details
-
modelingContextHandler
-
-
Constructor Details
-
ModelingContextSteps
public ModelingContextSteps()
-
-
Method Details
-
create
-
checkExists
-
checkExistsInCurrentContext
-
deleteAll
-
exists
-
getRelUri
-
cutQueryParams
-
updateCurrentModelingObject
protected void updateCurrentModelingObject() -
checkAndGetCurrentContext
-
openModelingObject
-
getAvailableModelingObjects
-
existsInCurrentContext
-
existsInCollection
protected boolean existsInCollection(ModelingIdentifier<M> identifier, Collection<org.springframework.hateoas.EntityModel<M>> modelingObjects) -
dirty
-
findByUri
-
findAllByUri
-
findAll
protected org.springframework.hateoas.PagedModel<org.springframework.hateoas.EntityModel<M>> findAll() -
toFileContent
protected org.activiti.cloud.services.common.file.FileContent toFileContent(feign.Response response) throws IOException - Throws:
IOException
-
modelingUri
-
getModelType
-
getRel
-
service
-