public interface ManageableEntity extends Entity
Modifier and Type | Method and Description |
---|---|
List<ManageableEntity> |
getAllManageables()
All entities to which can be browsed from this entity.
|
ManageableEntityAttribute |
getDisplayAttribute()
The attribute used as a key link to display values for this entity.
|
String |
getFullyQualifiedManageableServiceName()
The fully qualified service name of the entity.
|
List<ManageableEntityAssociationEnd> |
getManageableAssociationEnds()
The associations to other entities from this entity.
|
List<ManageableEntityAttribute> |
getManageableAttributes()
Lists the attributes that can be managed for this entity.
|
ManageableEntityAttribute |
getManageableIdentifier()
The identifier used when managing this entity.
|
List<ModelElementFacade> |
getManageableMembers()
ManageableAttributes and ManageableAssociationEnds
|
String |
getManageablePackageName()
The entity package name.
|
String |
getManageablePackagePath()
The Package path of the Entity
|
String |
getManageableServiceAccessorCall()
The entity accessor (getter) call.
|
String |
getManageableServiceFullPath()
The service full path of the entity.
|
String |
getManageableServiceName()
The service name of the entity.
|
int |
getMaximumListSize()
The maximum number of rows to load from the database.
|
int |
getPageSize()
The maximum number of rows to load from the database.
|
List<ManageableEntity> |
getReferencingManageables()
Other Manageable Entities which reference this entity.
|
List<ActorFacade> |
getUsers()
The Actors (Roles) which can manage the Entity.
|
boolean |
isCreate()
Create a create operation on the entity manager?
|
boolean |
isDelete()
Create a delete operation on the entity manager?
|
boolean |
isManageable()
True: Entity is manageable.
|
boolean |
isManageableEntityMetaType()
Indicates the metafacade type (used for metafacade mappings).
|
boolean |
isRead()
Create a read operation on the entity manager?
|
boolean |
isResolveable()
The maximum number of rows to load from the database.
|
boolean |
isUpdate()
Create an update operation on the entity manager?
|
String |
listManageableMembers(boolean withTypes)
Returns a string with the attributes without wrapper types.
|
String |
listManageableMembersWithWrapperTypes()
Returns a string with the attributes and wrapper types.
|
getAllEntityReferences, getAttributeNameList, getAttributeNameList, getAttributes, getAttributes, getAttributeTypeList, getBusinessOperations, getChildEnds, getEmbeddedValues, getEntityReferences, getFullyQualifiedIdentifierTypeName, getIdentifierAssociationEnds, getIdentifierGetterName, getIdentifierName, getIdentifiers, getIdentifiers, getIdentifierSetterName, getIdentifierTypeName, getMaxSqlNameLength, getOperationCallFromAttributes, getOperationCallFromAttributes, getParentEnd, getProperties, getQueryOperations, getQueryOperations, getRequiredAttributeNameList, getRequiredAttributes, getRequiredAttributeTypeList, getRequiredProperties, getRequiredPropertyNameList, getRequiredPropertyTypeList, getSchema, getTableName, isChild, isCompositeIdentifier, isDynamicIdentifiersPresent, isEntityMetaType, isIdentifiersPresent, isUsingAssignedIdentifier, isUsingForeignIdentifier
findAttribute, getAbstractions, getAllAssociatedClasses, getAllProperties, getAllRequiredConstructorParameters, getArray, getArrayName, getAssociatedClasses, getAssociationEnds, getAttributes, getAttributes, getFullyQualifiedArrayName, getImplementationOperations, getImplementedInterfaceList, getInstanceAttributes, getInstanceOperations, getInterfaceAbstractions, getJavaNewString, getJavaNullString, getNavigableConnectingEnds, getNavigableConnectingEnds, getNonArray, getOperationCallFromAttributes, getOperations, getProperties, getProperties, getRequiredConstructorParameters, getSerialVersionUID, getStaticAttributes, getStaticOperations, getSuperClass, getWrapperName, isAbstract, isArrayType, isAssociationClass, isBlobType, isBooleanType, isCharacterType, isClassifierFacadeMetaType, isClobType, isCollectionType, isDataType, isDateType, isDoubleType, isEmbeddedValue, isEnumeration, isFileType, isFloatType, isIntegerType, isInterface, isLeaf, isListType, isLongType, isMapType, isPrimitive, isSetType, isStringType, isTimeType, isWrappedPrimitive
findTaggedValue, getAllGeneralizations, getAllSpecializations, getGeneralization, getGeneralizationLinks, getGeneralizationList, getGeneralizationRoot, getGeneralizations, getSpecializations, isGeneralizableElementFacadeMetaType
copyTaggedValues, findTaggedValue, findTaggedValues, getBindedFullyQualifiedName, getConstraints, getConstraints, getDocumentation, getDocumentation, getDocumentation, getFullyQualifiedName, getFullyQualifiedName, getFullyQualifiedNamePath, getId, getKeywords, getLabel, getLanguageMappings, getModel, getName, getPackage, getPackageName, getPackageName, getPackagePath, getQualifiedName, getRootPackage, getSourceDependencies, getStateMachineContext, getStereotypeNames, getStereotypes, getTaggedValues, getTargetDependencies, getTemplateParameter, getTemplateParameters, getValidationName, getValidationOwner, getVisibility, hasExactStereotype, hasKeyword, hasStereotype, initialize, isBindingDependenciesPresent, isConstraintsPresent, isDocumentationPresent, isModelElementFacadeMetaType, isReservedWord, isTemplateParametersPresent, isValidIdentifierName, translateConstraint, translateConstraints, translateConstraints, validateInvariants
boolean isManageableEntityMetaType()
true
List<ManageableEntity> getAllManageables()
ManageableEntityAttribute getDisplayAttribute()
String getFullyQualifiedManageableServiceName()
List<ManageableEntityAssociationEnd> getManageableAssociationEnds()
List<ManageableEntityAttribute> getManageableAttributes()
ManageableEntityAttribute getManageableIdentifier()
List<ModelElementFacade> getManageableMembers()
String getManageablePackageName()
String getManageablePackagePath()
String getManageableServiceAccessorCall()
String getManageableServiceFullPath()
String getManageableServiceName()
int getMaximumListSize()
int getPageSize()
List<ManageableEntity> getReferencingManageables()
List<ActorFacade> getUsers()
boolean isCreate()
boolean isDelete()
boolean isManageable()
boolean isRead()
boolean isResolveable()
boolean isUpdate()
String listManageableMembers(boolean withTypes)
withTypes
- booleanString listManageableMembersWithWrapperTypes()
Copyright © 2003–2014 AndroMDA.org. All rights reserved.