Package | Description |
---|---|
lumis.portal.bigdata |
Provides big data related operations.
|
lumis.portal.bigdata.elasticsearch |
lumis.portal.bigdata implementation for using Elasticsearch. |
lumis.portal.businesscontext.internal | |
lumis.portal.dao.hibernate | |
lumis.portal.socialnetwork.relationship | |
lumis.service.autoadministration | |
lumis.service.newsletter | |
lumis.upgrade.custom.build_6_2_0_120625 |
Modifier and Type | Method and Description |
---|---|
void |
IBigDataRepository.deleteDocumentType(String documentTypeId)
Deletes a given document type from managed indices.
|
DocumentType |
IBigDataRepository.getDocumentType(String documentTypeId)
Returns the document type of the given identifier.
|
DocumentTypeField |
IBigDataRepository.getDocumentTypeField(String documentTypeFieldFullId)
Return the document type field of the field that has the given identifier.
|
Modifier and Type | Method and Description |
---|---|
void |
ElasticsearchRepository.deleteDocumentType(String documentTypeId) |
DocumentType |
ElasticsearchRepository.getDocumentType(String documentTypeId) |
DocumentTypeField |
ElasticsearchRepository.getDocumentTypeField(String documentTypeFieldFullId) |
Modifier and Type | Method and Description |
---|---|
void |
BusinessContextManager.unregister(String id) |
void |
IBusinessContextManagerSPI.unregister(String id)
Deletes a selected context.
|
void |
BusinessContextManager.updateRegistration(String id,
String name,
String xml) |
void |
IBusinessContextManagerSPI.updateRegistration(String id,
String name,
String xml)
Updates a selected context.
|
Modifier and Type | Method and Description |
---|---|
T |
GenericHibernateDao.get(ID id,
ITransaction transaction)
Returns the bean with the given id.
|
protected T |
GenericHibernateManualUpdateDao.get(ID id,
ITransaction transaction)
Returns the bean with the given id.
|
Modifier and Type | Method and Description |
---|---|
void |
IRelationshipManager.deleteNode(String id)
Removes a node.
|
void |
RelationshipManager.deleteNode(String id) |
void |
IRelationshipManager.deleteRelationship(String id)
Removes a relationship.
|
void |
RelationshipManager.deleteRelationship(String id) |
void |
IRelationshipManager.deleteRelationshipType(String id)
Removes a type of relationship.
|
void |
RelationshipManager.deleteRelationshipType(String id) |
IRelationshipType |
IRelationshipManager.getRelationshipType(String id)
Gets the type of relationship.
|
IRelationshipType |
RelationshipManager.getRelationshipType(String id) |
void |
IRelationshipManager.updateRelationshipType(IRelationshipType relationshipType)
Updates a type of relationship.
|
void |
RelationshipManager.updateRelationshipType(IRelationshipType relationshipType) |
Modifier and Type | Method and Description |
---|---|
static boolean |
AutoAdministrationValidatorUtil.hasPermissionToEditContent(SessionConfig sessionConfig,
String itemId,
ITransaction transaction)
Returns true if the current user has permission to edit the content, otherwise false.
|
Modifier and Type | Method and Description |
---|---|
Category |
CategoryDaoHib.get(String id,
ITransaction transaction) |
Category |
ICategoryDao.get(String id,
ITransaction transaction) |
Subscription |
ISubscriptionDao.get(String id,
ITransaction transaction) |
Subscription |
SubscriptionDaoHib.get(String id,
ITransaction transaction) |
Modifier and Type | Method and Description |
---|---|
int |
UpdateAccessControlEntriesToAddEditServiceInstanceContentPermission.ServiceResume.getPermissionValue(String permissionId)
Returns the permission value.
|
int |
UpdateAccessControlEntriesToAddEditServiceInstanceContentPermission.ServiceResume.getRequiredPermissionsByInterface(String interfaceId)
Returns the required permissions by interface identifier.
|
static boolean |
UpdateAccessControlEntriesToAddEditServiceInstanceContentPermission.getValueOfAllowEditServiceInstanceContentPermission(UpdateAccessControlEntriesToAddEditServiceInstanceContentPermission.ServiceResume serviceResume,
int allowPermissions,
int denyPermissions,
int permissionsOnWorkflow,
boolean hasWorkflowEnabled)
Returns
true if the edit service instance content should be turn on otherwise returns false for the current ACE. |
Lumisportal 10.1.2.170428 - Copyright © 2006–2017 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.