| Package | Description |
|---|---|
| org.apache.syncope.common.search | |
| org.apache.syncope.common.services | |
| org.apache.syncope.common.to | |
| org.apache.syncope.common.types |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
SearchableFields.get(SubjectType subjectType) |
| Modifier and Type | Method and Description |
|---|---|
BulkActionResult |
ResourceService.bulkDeassociation(String resourceName,
SubjectType subjectType,
ResourceDeassociationActionType type,
List<SubjectId> subjectIds)
De-associate users or roles (depending on the provided subject type) from the given resource.
|
javax.ws.rs.core.Response |
WorkflowService.exportDefinition(SubjectType kind)
Exports workflow definition for matching kind.
|
javax.ws.rs.core.Response |
WorkflowService.exportDiagram(SubjectType kind)
Exports workflow diagram representation.
|
ConnObjectTO |
ResourceService.getConnectorObject(String resourceName,
SubjectType type,
Long id)
Returns connector object from the external resource, for the given type and id.
|
javax.ws.rs.core.Response |
WorkflowService.getOptions(SubjectType kind)
Checks whether Activiti is enabled (for users or roles).
|
void |
WorkflowService.importDefinition(SubjectType kind,
String definition)
Imports workflow definition for matching kind.
|
| Modifier and Type | Method and Description |
|---|---|
SubjectType |
PropagationTaskTO.getSubjectType() |
| Modifier and Type | Method and Description |
|---|---|
void |
PropagationTaskTO.setSubjectType(SubjectType subjectType) |
| Modifier and Type | Method and Description |
|---|---|
static SubjectType |
SubjectType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubjectType[] |
SubjectType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.