Package org.bonitasoft.engine.page
Interface SPageUpdateBuilder
- All Known Implementing Classes:
SPageUpdateBuilderImpl
public interface SPageUpdateBuilder
-
Method Summary
Modifier and TypeMethodDescriptiondone()updateContentName(String value) updateContentType(String contentType) updateDescription(String value) updateDisplayName(String value) updateLastModificationDate(long currentTimeMillis) updateLastUpdatedBy(long userId) updateName(String value) Deprecated.since bonita 7.13 the update of name is no more supported, it will not be take into account on the page updateupdatePageHash(String hash) updateProcessDefinitionId(Long processDedfinitionId)
-
Method Details
-
done
EntityUpdateDescriptor done() -
updateName
Deprecated.since bonita 7.13 the update of name is no more supported, it will not be take into account on the page update -
updateDescription
-
updateDisplayName
-
updateLastModificationDate
-
updateLastUpdatedBy
-
updateContentName
-
updateContentType
-
updateProcessDefinitionId
-
updatePageHash
-
markNonProvided
SPageUpdateBuilder markNonProvided()
-